Html Css Color HEX #DD6181 Dark Pink

📋 copy color: '#DD6181'

red 221 ◦ green 97 ◦ blue 129

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

Shades of Dark Pink #DD6181

Tints of Dark Pink #DD6181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.7%

 BLUE value IS 129 (50.78% from 255) = 28.86%

R = 49.44%
G = 21.7%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD6181 (or 0xDD6181) is known color: Dark Pink. HEX triplet: DD, 61 and 81. RGB value is (221,97,129). Sum of RGB (Red+Green+Blue) = 221+97+129=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6181 is #229E7E. Grayscale: #898989. Windows color (decimal): -2268799 or 8479197. OLE color: 8479197.

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

Color convert

RGB 221 97 129 -
CMYK 0 0.56 0.42 0.13
HSL 344.52º 0.65% 0.62% -
HSV(B) 344.52º 0.56% 0.87% -
XYZ 38.06 25.51 23.69 -
YUV 137.72 123.08 187.4 -
System Red Green Blue C M Y K H S L
Decimal 221 97 129 0 0.56 0.42 0.13 344.52 0.65 0.62
Hex DD 61 81 0 38 2A D 159 41 3E
Octal 335 141 201 0 70 52 15 531 101 76
Binary 11011101 1100001 10000001 0 111000 101010 1101 101011001 1000001 111110

Color Harmonies of #DD6181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6181

Black with #DD6181

Text Example


Text Example

White with #DD6181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6181; }

 p { color: rgb(221,97,129); }

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

background-color css

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

 a { background-color: rgb(221,97,129); }

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

border-color css

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

 span { border-color: rgb(221,97,129); }

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