Html Css Color HEX #DD6EBA Persian Pink

📋 copy color: '#DD6EBA'

red 221 ◦ green 110 ◦ blue 186

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

Shades of Persian Pink #DD6EBA

Tints of Persian Pink #DD6EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.98%

R = 42.75%
G = 21.28%
B = 35.98%

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

#DD6EBA (or 0xDD6EBA) is known color: Persian Pink. HEX triplet: DD, 6E and BA. RGB value is (221,110,186). Sum of RGB (Red+Green+Blue) = 221+110+186=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EBA is #229145. Grayscale: #979797. Windows color (decimal): -2265414 or 12218077. OLE color: 12218077.

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

Color convert

RGB 221 110 186 -
CMYK 0 0.50 0.16 0.13
HSL 318.92º 0.62% 0.65% -
HSV(B) 318.92º 0.5% 0.87% -
XYZ 44.26 30.07 49.93 -
YUV 151.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 221 110 186 0 0.50 0.16 0.13 318.92 0.62 0.65
Hex DD 6E BA 0 32 10 D 13F 3E 41
Octal 335 156 272 0 62 20 15 477 76 101
Binary 11011101 1101110 10111010 0 110010 10000 1101 100111111 111110 1000001

Color Harmonies of #DD6EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EBA

Black with #DD6EBA

Text Example


Text Example

White with #DD6EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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