Html Css Color HEX #DE5E8A Dark Pink

📋 copy color: '#DE5E8A'

red 222 ◦ green 94 ◦ blue 138

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

Shades of Dark Pink #DE5E8A

Tints of Dark Pink #DE5E8A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.7%

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 48.9%
G = 20.7%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE5E8A (or 0xDE5E8A) is known color: Dark Pink. HEX triplet: DE, 5E and 8A. RGB value is (222,94,138). Sum of RGB (Red+Green+Blue) = 222+94+138=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5E8A is #21A175. Grayscale: #898989. Windows color (decimal): -2204022 or 9068254. OLE color: 9068254.

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

Color convert

RGB 222 94 138 -
CMYK 0 0.58 0.38 0.13
HSL 339.38º 0.66% 0.62% -
HSV(B) 339.38º 0.58% 0.87% -
XYZ 38.71 25.37 26.9 -
YUV 137.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 222 94 138 0 0.58 0.38 0.13 339.38 0.66 0.62
Hex DE 5E 8A 0 3A 26 D 153 42 3E
Octal 336 136 212 0 72 46 15 523 102 76
Binary 11011110 1011110 10001010 0 111010 100110 1101 101010011 1000010 111110

Color Harmonies of #DE5E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E8A

Black with #DE5E8A

Text Example


Text Example

White with #DE5E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E8A; }

 p { color: rgb(222,94,138); }

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

background-color css

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

 a { background-color: rgb(222,94,138); }

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

border-color css

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

 span { border-color: rgb(222,94,138); }

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