Html Css Color HEX #DE6088 Dark Pink

📋 copy color: '#DE6088'

red 222 ◦ green 96 ◦ blue 136

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

Shades of Dark Pink #DE6088

Tints of Dark Pink #DE6088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.96%

R = 48.9%
G = 21.15%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DE6088 (or 0xDE6088) is known color: Dark Pink. HEX triplet: DE, 60 and 88. RGB value is (222,96,136). Sum of RGB (Red+Green+Blue) = 222+96+136=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6088 is #219F77. Grayscale: #8A8A8A. Windows color (decimal): -2203512 or 8937694. OLE color: 8937694.

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

Color convert

RGB 222 96 136 -
CMYK 0 0.57 0.39 0.13
HSL 340.95º 0.66% 0.62% -
HSV(B) 340.95º 0.57% 0.87% -
XYZ 38.75 25.67 26.21 -
YUV 138.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 222 96 136 0 0.57 0.39 0.13 340.95 0.66 0.62
Hex DE 60 88 0 39 27 D 155 42 3E
Octal 336 140 210 0 71 47 15 525 102 76
Binary 11011110 1100000 10001000 0 111001 100111 1101 101010101 1000010 111110

Color Harmonies of #DE6088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6088

Black with #DE6088

Text Example


Text Example

White with #DE6088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6088; }

 p { color: rgb(222,96,136); }

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

background-color css

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

 a { background-color: rgb(222,96,136); }

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

border-color css

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

 span { border-color: rgb(222,96,136); }

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