Html Css Color HEX #DE0978 Ruby

📋 copy color: '#DE0978'

red 222 ◦ green 9 ◦ blue 120

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

Shades of Ruby #DE0978

Tints of Ruby #DE0978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.19%

R = 63.25%
G = 2.56%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE0978 (or 0xDE0978) is known color: Ruby. HEX triplet: DE, 09 and 78. RGB value is (222,9,120). Sum of RGB (Red+Green+Blue) = 222+9+120=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0978 is #21F687. Grayscale: #555555. Windows color (decimal): -2225800 or 7866846. OLE color: 7866846.

HSL color Cylindrical-coordinate representation of color #DE0978: hue angle of 328.73º 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 #DE0978 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 9 120 -
CMYK 0 0.96 0.46 0.13
HSL 328.73º 0.92% 0.45% -
HSV(B) 328.73º 0.96% 0.87% -
XYZ 33.61 17.08 19.29 -
YUV 85.34 147.57 225.47 -
System Red Green Blue C M Y K H S L
Decimal 222 9 120 0 0.96 0.46 0.13 328.73 0.92 0.45
Hex DE 9 78 0 60 2E D 149 5C 2D
Octal 336 11 170 0 140 56 15 511 134 55
Binary 11011110 1001 1111000 0 1100000 101110 1101 101001001 1011100 101101

Color Harmonies of #DE0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0978

Black with #DE0978

Text Example


Text Example

White with #DE0978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0978; }

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

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

background-color css

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

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

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

border-color css

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

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

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