Html Css Color HEX #DE5494 Dark Pink

📋 copy color: '#DE5494'

red 222 ◦ green 84 ◦ blue 148

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

Shades of Dark Pink #DE5494

Tints of Dark Pink #DE5494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.5%

 BLUE value IS 148 (58.2% from 255) = 32.6%

R = 48.9%
G = 18.5%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE5494 (or 0xDE5494) is known color: Dark Pink. HEX triplet: DE, 54 and 94. RGB value is (222,84,148). Sum of RGB (Red+Green+Blue) = 222+84+148=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 84 (33.20% from 255 or 18.50% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5494 is #21AB6B. Grayscale: #848484. Windows color (decimal): -2206572 or 9721054. OLE color: 9721054.

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

Color convert

RGB 222 84 148 -
CMYK 0 0.62 0.33 0.13
HSL 332.17º 0.68% 0.6% -
HSV(B) 332.17º 0.62% 0.87% -
XYZ 38.64 24.01 30.61 -
YUV 132.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 222 84 148 0 0.62 0.33 0.13 332.17 0.68 0.6
Hex DE 54 94 0 3E 21 D 14C 44 3C
Octal 336 124 224 0 76 41 15 514 104 74
Binary 11011110 1010100 10010100 0 111110 100001 1101 101001100 1000100 111100

Color Harmonies of #DE5494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5494

Black with #DE5494

Text Example


Text Example

White with #DE5494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5494; }

 p { color: rgb(222,84,148); }

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

background-color css

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

 a { background-color: rgb(222,84,148); }

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

border-color css

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

 span { border-color: rgb(222,84,148); }

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