Html Css Color HEX #DC6CB9 Persian Pink

📋 copy color: '#DC6CB9'

red 220 ◦ green 108 ◦ blue 185

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

Shades of Persian Pink #DC6CB9

Tints of Persian Pink #DC6CB9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.05%

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

R = 42.88%
G = 21.05%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC6CB9 (or 0xDC6CB9) is known color: Persian Pink. HEX triplet: DC, 6C and B9. RGB value is (220,108,185). Sum of RGB (Red+Green+Blue) = 220+108+185=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CB9 is #239346. Grayscale: #969696. Windows color (decimal): -2331463 or 12152028. OLE color: 12152028.

HSL color Cylindrical-coordinate representation of color #DC6CB9: hue angle of 318.75º 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 #DC6CB9 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 108 185 -
CMYK 0 0.51 0.16 0.14
HSL 318.75º 0.62% 0.64% -
HSV(B) 318.75º 0.51% 0.86% -
XYZ 43.63 29.44 49.28 -
YUV 150.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 220 108 185 0 0.51 0.16 0.14 318.75 0.62 0.64
Hex DC 6C B9 0 33 10 E 13F 3E 40
Octal 334 154 271 0 63 20 16 477 76 100
Binary 11011100 1101100 10111001 0 110011 10000 1110 100111111 111110 1000000

Color Harmonies of #DC6CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CB9

Black with #DC6CB9

Text Example


Text Example

White with #DC6CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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