Html Css Color HEX #DD6EB8 Persian Pink

📋 copy color: '#DD6EB8'

red 221 ◦ green 110 ◦ blue 184

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

Shades of Persian Pink #DD6EB8

Tints of Persian Pink #DD6EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.73%

R = 42.91%
G = 21.36%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD6EB8 (or 0xDD6EB8) is known color: Persian Pink. HEX triplet: DD, 6E and B8. RGB value is (221,110,184). Sum of RGB (Red+Green+Blue) = 221+110+184=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EB8 is #229147. Grayscale: #979797. Windows color (decimal): -2265416 or 12087005. OLE color: 12087005.

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

Color convert

RGB 221 110 184 -
CMYK 0 0.50 0.17 0.13
HSL 320º 0.62% 0.65% -
HSV(B) 320º 0.5% 0.87% -
XYZ 44.05 29.98 48.81 -
YUV 151.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 221 110 184 0 0.50 0.17 0.13 320 0.62 0.65
Hex DD 6E B8 0 32 11 D 140 3E 41
Octal 335 156 270 0 62 21 15 500 76 101
Binary 11011101 1101110 10111000 0 110010 10001 1101 101000000 111110 1000001

Color Harmonies of #DD6EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EB8

Black with #DD6EB8

Text Example


Text Example

White with #DD6EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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