Html Css Color HEX #DC6EAF Persian Pink

📋 copy color: '#DC6EAF'

red 220 ◦ green 110 ◦ blue 175

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

Shades of Persian Pink #DC6EAF

Tints of Persian Pink #DC6EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.78%

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 43.56%
G = 21.78%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC6EAF (or 0xDC6EAF) is known color: Persian Pink. HEX triplet: DC, 6E and AF. RGB value is (220,110,175). Sum of RGB (Red+Green+Blue) = 220+110+175=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6EAF is #239150. Grayscale: #969696. Windows color (decimal): -2330961 or 11497180. OLE color: 11497180.

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

Color convert

RGB 220 110 175 -
CMYK 0 0.50 0.20 0.14
HSL 324.55º 0.61% 0.65% -
HSV(B) 324.55º 0.5% 0.86% -
XYZ 42.83 29.46 43.99 -
YUV 150.3 141.94 177.71 -
System Red Green Blue C M Y K H S L
Decimal 220 110 175 0 0.50 0.20 0.14 324.55 0.61 0.65
Hex DC 6E AF 0 32 14 E 145 3D 41
Octal 334 156 257 0 62 24 16 505 75 101
Binary 11011100 1101110 10101111 0 110010 10100 1110 101000101 111101 1000001

Color Harmonies of #DC6EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EAF

Black with #DC6EAF

Text Example


Text Example

White with #DC6EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EAF; }

 p { color: rgb(220,110,175); }

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

background-color css

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

 a { background-color: rgb(220,110,175); }

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

border-color css

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

 span { border-color: rgb(220,110,175); }

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