Html Css Color HEX #DE1578 Ruby

📋 copy color: '#DE1578'

red 222 ◦ green 21 ◦ blue 120

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

Shades of Ruby #DE1578

Tints of Ruby #DE1578

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

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

R = 61.16%
G = 5.79%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE1578 (or 0xDE1578) is known color: Ruby. HEX triplet: DE, 15 and 78. RGB value is (222,21,120). Sum of RGB (Red+Green+Blue) = 222+21+120=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1578 is #21EA87. Grayscale: #5C5C5C. Windows color (decimal): -2222728 or 7869918. OLE color: 7869918.

HSL color Cylindrical-coordinate representation of color #DE1578: hue angle of 330.45º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1578 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 21 120 -
CMYK 0 0.91 0.46 0.13
HSL 330.45º 0.83% 0.48% -
HSV(B) 330.45º 0.91% 0.87% -
XYZ 33.78 17.42 19.35 -
YUV 92.39 143.59 220.45 -
System Red Green Blue C M Y K H S L
Decimal 222 21 120 0 0.91 0.46 0.13 330.45 0.83 0.48
Hex DE 15 78 0 5B 2E D 14A 53 30
Octal 336 25 170 0 133 56 15 512 123 60
Binary 11011110 10101 1111000 0 1011011 101110 1101 101001010 1010011 110000

Color Harmonies of #DE1578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1578

Black with #DE1578

Text Example


Text Example

White with #DE1578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1578; }

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

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

background-color css

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

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

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

border-color css

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

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

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