Html Css Color HEX #DE5087 Dark Pink

📋 copy color: '#DE5087'

red 222 ◦ green 80 ◦ blue 135

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

Shades of Dark Pink #DE5087

Tints of Dark Pink #DE5087

RGB

 RED value IS 222 (87.11% from 255) = 50.8%

 GREEN value IS 80 (31.64% from 255) = 18.31%

 BLUE value IS 135 (53.13% from 255) = 30.89%

R = 50.8%
G = 18.31%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DE5087 (or 0xDE5087) is known color: Dark Pink. HEX triplet: DE, 50 and 87. RGB value is (222,80,135). Sum of RGB (Red+Green+Blue) = 222+80+135=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5087 is #21AF78. Grayscale: #808080. Windows color (decimal): -2207609 or 8868062. OLE color: 8868062.

HSL color Cylindrical-coordinate representation of color #DE5087: hue angle of 336.76º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5087 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 80 135 -
CMYK 0 0.64 0.39 0.13
HSL 336.76º 0.68% 0.59% -
HSV(B) 336.76º 0.64% 0.87% -
XYZ 37.37 23.02 25.39 -
YUV 128.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 222 80 135 0 0.64 0.39 0.13 336.76 0.68 0.59
Hex DE 50 87 0 40 27 D 151 44 3B
Octal 336 120 207 0 100 47 15 521 104 73
Binary 11011110 1010000 10000111 0 1000000 100111 1101 101010001 1000100 111011

Color Harmonies of #DE5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5087

Black with #DE5087

Text Example


Text Example

White with #DE5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5087; }

 p { color: rgb(222,80,135); }

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

background-color css

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

 a { background-color: rgb(222,80,135); }

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

border-color css

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

 span { border-color: rgb(222,80,135); }

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