Html Css Color HEX #DD6EB9 Persian Pink

📋 copy color: '#DD6EB9'

red 221 ◦ green 110 ◦ blue 185

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

Shades of Persian Pink #DD6EB9

Tints of Persian Pink #DD6EB9

RGB

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

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

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

R = 42.83%
G = 21.32%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD6EB9 (or 0xDD6EB9) is known color: Persian Pink. HEX triplet: DD, 6E and B9. RGB value is (221,110,185). Sum of RGB (Red+Green+Blue) = 221+110+185=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EB9 is #229146. Grayscale: #979797. Windows color (decimal): -2265415 or 12152541. OLE color: 12152541.

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

Color convert

RGB 221 110 185 -
CMYK 0 0.50 0.16 0.13
HSL 319.46º 0.62% 0.65% -
HSV(B) 319.46º 0.5% 0.87% -
XYZ 44.15 30.03 49.37 -
YUV 151.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 221 110 185 0 0.50 0.16 0.13 319.46 0.62 0.65
Hex DD 6E B9 0 32 10 D 13F 3E 41
Octal 335 156 271 0 62 20 15 477 76 101
Binary 11011101 1101110 10111001 0 110010 10000 1101 100111111 111110 1000001

Color Harmonies of #DD6EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EB9

Black with #DD6EB9

Text Example


Text Example

White with #DD6EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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