Html Css Color HEX #DE5E8B Dark Pink

📋 copy color: '#DE5E8B'

red 222 ◦ green 94 ◦ blue 139

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

Shades of Dark Pink #DE5E8B

Tints of Dark Pink #DE5E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.55%

R = 48.79%
G = 20.66%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE5E8B (or 0xDE5E8B) is known color: Dark Pink. HEX triplet: DE, 5E and 8B. RGB value is (222,94,139). Sum of RGB (Red+Green+Blue) = 222+94+139=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5E8B is #21A174. Grayscale: #898989. Windows color (decimal): -2204021 or 9133790. OLE color: 9133790.

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

Color convert

RGB 222 94 139 -
CMYK 0 0.58 0.37 0.13
HSL 338.91º 0.66% 0.62% -
HSV(B) 338.91º 0.58% 0.87% -
XYZ 38.79 25.4 27.28 -
YUV 137.4 128.91 188.34 -
System Red Green Blue C M Y K H S L
Decimal 222 94 139 0 0.58 0.37 0.13 338.91 0.66 0.62
Hex DE 5E 8B 0 3A 25 D 153 42 3E
Octal 336 136 213 0 72 45 15 523 102 76
Binary 11011110 1011110 10001011 0 111010 100101 1101 101010011 1000010 111110

Color Harmonies of #DE5E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E8B

Black with #DE5E8B

Text Example


Text Example

White with #DE5E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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