Html Css Color HEX #DD6EB2 Persian Pink

📋 copy color: '#DD6EB2'

red 221 ◦ green 110 ◦ blue 178

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

Shades of Persian Pink #DD6EB2

Tints of Persian Pink #DD6EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.97%

R = 43.42%
G = 21.61%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD6EB2 (or 0xDD6EB2) is known color: Persian Pink. HEX triplet: DD, 6E and B2. RGB value is (221,110,178). Sum of RGB (Red+Green+Blue) = 221+110+178=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6EB2 is #22914D. Grayscale: #969696. Windows color (decimal): -2265422 or 11693789. OLE color: 11693789.

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

Color convert

RGB 221 110 178 -
CMYK 0 0.50 0.19 0.13
HSL 323.24º 0.62% 0.65% -
HSV(B) 323.24º 0.5% 0.87% -
XYZ 43.43 29.74 45.57 -
YUV 150.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 221 110 178 0 0.50 0.19 0.13 323.24 0.62 0.65
Hex DD 6E B2 0 32 13 D 143 3E 41
Octal 335 156 262 0 62 23 15 503 76 101
Binary 11011101 1101110 10110010 0 110010 10011 1101 101000011 111110 1000001

Color Harmonies of #DD6EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EB2

Black with #DD6EB2

Text Example


Text Example

White with #DD6EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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