Html Css Color HEX #DE2072 Ruby

📋 copy color: '#DE2072'

red 222 ◦ green 32 ◦ blue 114

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

Shades of Ruby #DE2072

Tints of Ruby #DE2072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.7%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 60.33%
G = 8.7%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE2072 (or 0xDE2072) is known color: Ruby. HEX triplet: DE, 20 and 72. RGB value is (222,32,114). Sum of RGB (Red+Green+Blue) = 222+32+114=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2072 is #21DF8D. Grayscale: #626262. Windows color (decimal): -2219918 or 7479518. OLE color: 7479518.

HSL color Cylindrical-coordinate representation of color #DE2072: hue angle of 334.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE2072 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 32 114 -
CMYK 0 0.86 0.49 0.13
HSL 334.11º 0.75% 0.5% -
HSV(B) 334.11º 0.86% 0.87% -
XYZ 33.68 17.78 17.58 -
YUV 98.16 136.95 216.33 -
System Red Green Blue C M Y K H S L
Decimal 222 32 114 0 0.86 0.49 0.13 334.11 0.75 0.5
Hex DE 20 72 0 56 31 D 14E 4B 32
Octal 336 40 162 0 126 61 15 516 113 62
Binary 11011110 100000 1110010 0 1010110 110001 1101 101001110 1001011 110010

Color Harmonies of #DE2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2072

Black with #DE2072

Text Example


Text Example

White with #DE2072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2072; }

 p { color: rgb(222,32,114); }

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

background-color css

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

 a { background-color: rgb(222,32,114); }

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

border-color css

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

 span { border-color: rgb(222,32,114); }

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