Html Css Color HEX #DE0972 Ruby

📋 copy color: '#DE0972'

red 222 ◦ green 9 ◦ blue 114

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

Shades of Ruby #DE0972

Tints of Ruby #DE0972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.61%

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

R = 64.35%
G = 2.61%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE0972 (or 0xDE0972) is known color: Ruby. HEX triplet: DE, 09 and 72. RGB value is (222,9,114). Sum of RGB (Red+Green+Blue) = 222+9+114=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0972 is #21F68D. Grayscale: #545454. Windows color (decimal): -2225806 or 7473630. OLE color: 7473630.

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

Color convert

RGB 222 9 114 -
CMYK 0 0.96 0.49 0.13
HSL 330.42º 0.92% 0.45% -
HSV(B) 330.42º 0.96% 0.87% -
XYZ 33.26 16.94 17.44 -
YUV 84.66 144.57 225.96 -
System Red Green Blue C M Y K H S L
Decimal 222 9 114 0 0.96 0.49 0.13 330.42 0.92 0.45
Hex DE 9 72 0 60 31 D 14A 5C 2D
Octal 336 11 162 0 140 61 15 512 134 55
Binary 11011110 1001 1110010 0 1100000 110001 1101 101001010 1011100 101101

Color Harmonies of #DE0972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0972

Black with #DE0972

Text Example


Text Example

White with #DE0972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0972; }

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

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

background-color css

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

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

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

border-color css

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

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

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