Html Css Color HEX #DE5092 Dark Pink

📋 copy color: '#DE5092'

red 222 ◦ green 80 ◦ blue 146

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

Shades of Dark Pink #DE5092

Tints of Dark Pink #DE5092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.86%

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 49.55%
G = 17.86%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE5092 (or 0xDE5092) is known color: Dark Pink. HEX triplet: DE, 50 and 92. RGB value is (222,80,146). Sum of RGB (Red+Green+Blue) = 222+80+146=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5092 is #21AF6D. Grayscale: #818181. Windows color (decimal): -2207598 or 9588958. OLE color: 9588958.

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

Color convert

RGB 222 80 146 -
CMYK 0 0.64 0.34 0.13
HSL 332.11º 0.68% 0.59% -
HSV(B) 332.11º 0.64% 0.87% -
XYZ 38.18 23.34 29.69 -
YUV 129.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 222 80 146 0 0.64 0.34 0.13 332.11 0.68 0.59
Hex DE 50 92 0 40 22 D 14C 44 3B
Octal 336 120 222 0 100 42 15 514 104 73
Binary 11011110 1010000 10010010 0 1000000 100010 1101 101001100 1000100 111011

Color Harmonies of #DE5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5092

Black with #DE5092

Text Example


Text Example

White with #DE5092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5092; }

 p { color: rgb(222,80,146); }

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

background-color css

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

 a { background-color: rgb(222,80,146); }

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

border-color css

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

 span { border-color: rgb(222,80,146); }

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