Html Css Color HEX #DD6EAF Persian Pink

📋 copy color: '#DD6EAF'

red 221 ◦ green 110 ◦ blue 175

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

Shades of Persian Pink #DD6EAF

Tints of Persian Pink #DD6EAF

RGB

 RED value IS 221 (86.72% from 255) = 43.68%

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

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

R = 43.68%
G = 21.74%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD6EAF (or 0xDD6EAF) is known color: Persian Pink. HEX triplet: DD, 6E and AF. RGB value is (221,110,175). Sum of RGB (Red+Green+Blue) = 221+110+175=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6EAF is #229150. Grayscale: #969696. Windows color (decimal): -2265425 or 11497181. OLE color: 11497181.

HSL color Cylindrical-coordinate representation of color #DD6EAF: hue angle of 324.86º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6EAF is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 175 -
CMYK 0 0.50 0.21 0.13
HSL 324.86º 0.62% 0.65% -
HSV(B) 324.86º 0.5% 0.87% -
XYZ 43.13 29.62 44 -
YUV 150.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 221 110 175 0 0.50 0.21 0.13 324.86 0.62 0.65
Hex DD 6E AF 0 32 15 D 145 3E 41
Octal 335 156 257 0 62 25 15 505 76 101
Binary 11011101 1101110 10101111 0 110010 10101 1101 101000101 111110 1000001

Color Harmonies of #DD6EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EAF

Black with #DD6EAF

Text Example


Text Example

White with #DD6EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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