Html Css Color HEX #DC6DB9 Persian Pink

📋 copy color: '#DC6DB9'

red 220 ◦ green 109 ◦ blue 185

#DC6DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #DC6DB9

Tints of Persian Pink #DC6DB9

RGB

 RED value IS 220 (86.33% from 255) = 42.8%

 GREEN value IS 109 (42.97% from 255) = 21.21%

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 42.8%
G = 21.21%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC6DB9 (or 0xDC6DB9) is known color: Persian Pink. HEX triplet: DC, 6D and B9. RGB value is (220,109,185). Sum of RGB (Red+Green+Blue) = 220+109+185=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DB9 is #239246. Grayscale: #969696. Windows color (decimal): -2331207 or 12152284. OLE color: 12152284.

HSL color Cylindrical-coordinate representation of color #DC6DB9: hue angle of 318.92º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6DB9 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 109 185 -
CMYK 0 0.50 0.16 0.14
HSL 318.92º 0.61% 0.65% -
HSV(B) 318.92º 0.5% 0.86% -
XYZ 43.74 29.66 49.32 -
YUV 150.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 220 109 185 0 0.50 0.16 0.14 318.92 0.61 0.65
Hex DC 6D B9 0 32 10 E 13F 3D 41
Octal 334 155 271 0 62 20 16 477 75 101
Binary 11011100 1101101 10111001 0 110010 10000 1110 100111111 111101 1000001

Color Harmonies of #DC6DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DB9

Black with #DC6DB9

Text Example


Text Example

White with #DC6DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DB9; }

 p { color: rgb(220,109,185); }

 H1.HeaderClassName
 {
   color: #DC6DB9;
 }
 .AnyTagClassName
 {
   color: #DC6DB9;
 }
</style>

background-color css

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

 a { background-color: rgb(220,109,185); }

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

border-color css

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

 span { border-color: rgb(220,109,185); }

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