Html Css Color HEX #DE5291 Dark Pink

📋 copy color: '#DE5291'

red 222 ◦ green 82 ◦ blue 145

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

Shades of Dark Pink #DE5291

Tints of Dark Pink #DE5291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.26%

 BLUE value IS 145 (57.03% from 255) = 32.29%

R = 49.44%
G = 18.26%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE5291 (or 0xDE5291) is known color: Dark Pink. HEX triplet: DE, 52 and 91. RGB value is (222,82,145). Sum of RGB (Red+Green+Blue) = 222+82+145=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5291 is #21AD6E. Grayscale: #828282. Windows color (decimal): -2207087 or 9523934. OLE color: 9523934.

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

Color convert

RGB 222 82 145 -
CMYK 0 0.63 0.35 0.13
HSL 333º 0.68% 0.6% -
HSV(B) 333º 0.63% 0.87% -
XYZ 38.25 23.61 29.33 -
YUV 131.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 222 82 145 0 0.63 0.35 0.13 333 0.68 0.6
Hex DE 52 91 0 3F 23 D 14D 44 3C
Octal 336 122 221 0 77 43 15 515 104 74
Binary 11011110 1010010 10010001 0 111111 100011 1101 101001101 1000100 111100

Color Harmonies of #DE5291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5291

Black with #DE5291

Text Example


Text Example

White with #DE5291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5291; }

 p { color: rgb(222,82,145); }

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

background-color css

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

 a { background-color: rgb(222,82,145); }

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

border-color css

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

 span { border-color: rgb(222,82,145); }

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