Html Css Color HEX #DE1876 Ruby

📋 copy color: '#DE1876'

red 222 ◦ green 24 ◦ blue 118

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

Shades of Ruby #DE1876

Tints of Ruby #DE1876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.59%

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 60.99%
G = 6.59%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE1876 (or 0xDE1876) is known color: Ruby. HEX triplet: DE, 18 and 76. RGB value is (222,24,118). Sum of RGB (Red+Green+Blue) = 222+24+118=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1876 is #21E789. Grayscale: #5D5D5D. Windows color (decimal): -2221962 or 7739614. OLE color: 7739614.

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

Color convert

RGB 222 24 118 -
CMYK 0 0.89 0.47 0.13
HSL 331.52º 0.8% 0.48% -
HSV(B) 331.52º 0.89% 0.87% -
XYZ 33.72 17.49 18.74 -
YUV 93.92 141.6 219.36 -
System Red Green Blue C M Y K H S L
Decimal 222 24 118 0 0.89 0.47 0.13 331.52 0.8 0.48
Hex DE 18 76 0 59 2F D 14C 50 30
Octal 336 30 166 0 131 57 15 514 120 60
Binary 11011110 11000 1110110 0 1011001 101111 1101 101001100 1010000 110000

Color Harmonies of #DE1876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1876

Black with #DE1876

Text Example


Text Example

White with #DE1876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1876; }

 p { color: rgb(222,24,118); }

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

background-color css

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

 a { background-color: rgb(222,24,118); }

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

border-color css

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

 span { border-color: rgb(222,24,118); }

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