Html Css Color HEX #DD6183 Dark Pink

📋 copy color: '#DD6183'

red 221 ◦ green 97 ◦ blue 131

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

Shades of Dark Pink #DD6183

Tints of Dark Pink #DD6183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.18%

R = 49.22%
G = 21.6%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD6183 (or 0xDD6183) is known color: Dark Pink. HEX triplet: DD, 61 and 83. RGB value is (221,97,131). Sum of RGB (Red+Green+Blue) = 221+97+131=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6183 is #229E7C. Grayscale: #898989. Windows color (decimal): -2268797 or 8610269. OLE color: 8610269.

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

Color convert

RGB 221 97 131 -
CMYK 0 0.56 0.41 0.13
HSL 343.55º 0.65% 0.62% -
HSV(B) 343.55º 0.56% 0.87% -
XYZ 38.19 25.56 24.39 -
YUV 137.95 124.08 187.24 -
System Red Green Blue C M Y K H S L
Decimal 221 97 131 0 0.56 0.41 0.13 343.55 0.65 0.62
Hex DD 61 83 0 38 29 D 158 41 3E
Octal 335 141 203 0 70 51 15 530 101 76
Binary 11011101 1100001 10000011 0 111000 101001 1101 101011000 1000001 111110

Color Harmonies of #DD6183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6183

Black with #DD6183

Text Example


Text Example

White with #DD6183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6183; }

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

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

background-color css

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

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

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

border-color css

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

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

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