Html Css Color HEX #DD6083 Dark Pink

📋 copy color: '#DD6083'

red 221 ◦ green 96 ◦ blue 131

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

Shades of Dark Pink #DD6083

Tints of Dark Pink #DD6083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.43%

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

R = 49.33%
G = 21.43%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD6083 (or 0xDD6083) is known color: Dark Pink. HEX triplet: DD, 60 and 83. RGB value is (221,96,131). Sum of RGB (Red+Green+Blue) = 221+96+131=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6083 is #229F7C. Grayscale: #898989. Windows color (decimal): -2269053 or 8610013. OLE color: 8610013.

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

Color convert

RGB 221 96 131 -
CMYK 0 0.57 0.41 0.13
HSL 343.2º 0.65% 0.62% -
HSV(B) 343.2º 0.57% 0.87% -
XYZ 38.1 25.38 24.36 -
YUV 137.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 221 96 131 0 0.57 0.41 0.13 343.2 0.65 0.62
Hex DD 60 83 0 39 29 D 157 41 3E
Octal 335 140 203 0 71 51 15 527 101 76
Binary 11011101 1100000 10000011 0 111001 101001 1101 101010111 1000001 111110

Color Harmonies of #DD6083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6083

Black with #DD6083

Text Example


Text Example

White with #DD6083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6083; }

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

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

background-color css

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

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

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

border-color css

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

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

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