Html Css Color HEX #DD6085 Dark Pink

📋 copy color: '#DD6085'

red 221 ◦ green 96 ◦ blue 133

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

Shades of Dark Pink #DD6085

Tints of Dark Pink #DD6085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.56%

R = 49.11%
G = 21.33%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD6085 (or 0xDD6085) is known color: Dark Pink. HEX triplet: DD, 60 and 85. RGB value is (221,96,133). Sum of RGB (Red+Green+Blue) = 221+96+133=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6085 is #229F7A. Grayscale: #898989. Windows color (decimal): -2269051 or 8741085. OLE color: 8741085.

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

Color convert

RGB 221 96 133 -
CMYK 0 0.57 0.40 0.13
HSL 342.24º 0.65% 0.62% -
HSV(B) 342.24º 0.57% 0.87% -
XYZ 38.24 25.43 25.08 -
YUV 137.59 125.41 187.49 -
System Red Green Blue C M Y K H S L
Decimal 221 96 133 0 0.57 0.40 0.13 342.24 0.65 0.62
Hex DD 60 85 0 39 28 D 156 41 3E
Octal 335 140 205 0 71 50 15 526 101 76
Binary 11011101 1100000 10000101 0 111001 101000 1101 101010110 1000001 111110

Color Harmonies of #DD6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6085

Black with #DD6085

Text Example


Text Example

White with #DD6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6085; }

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

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

background-color css

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

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

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

border-color css

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

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

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