#DC6BB8

Color #DC6BB8 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #DC6BB8

Tints of Persian Pink #DC6BB8

Color information

#DC6BB8 (or 0xDC6BB8) is unknown color: approx Persian Pink. HEX triplet: DC, 6B and B8. RGB value is (220,107,184). Sum of RGB (Red+Green+Blue) = 220+107+184=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BB8 is #239447. Grayscale: #959595. Windows color (decimal): -2331720 or 12086236. OLE color: 12086236.

HSL color Cylindrical-coordinate representation of color #DC6BB8: hue angle of 319.12º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6BB8 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220107184-
CMYK00.510.160.14
HSL319.12º61.75%64.12%-
HSV(B)319.12º51.36%86.27%-
XYZ43.4229.1948.69-
YUV149.56147.44178.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 107 (42.19% from 255) = 20.94%
BLUE value IS 184 (72.27% from 255) = 36.01%
R=43.05%
G=20.94%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010718400.510.160.14319.1261.7564.12
HexDC6BB803310E13f3e40
Octal334153270063201647776100
Binary1101110011010111011100001100111000011101001111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6BB8; }

 p { color: rgb(220,107,184); }

 H1.HeaderClassName
 {
   color: #DC6BB8;
 }
 .AnyTagClassName
 {
   color: #DC6BB8;
 }
</style>
background-color css

<style>
 a { background-color: #DC6BB8; }

 a { background-color: rgb(220,107,184); }

 div.DivClassName
 {
   background-color: #DC6BB8;
 }
 .BgClassName
 {
   background-color: #DC6BB8;
 }
</style>
border-color css

<style>
 span { border-color: #DC6BB8; }

 span { border-color: rgb(220,107,184); }

 td.TdClassName
 {
   border-color: #DC6BB8;
 }
 .TagClassName
 {
   border-color: #DC6BB8;
 }
</style>