Html Css Color HEX #DE1954 Ruby

📋 copy color: '#DE1954'

red 222 ◦ green 25 ◦ blue 84

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

Shades of Ruby #DE1954

Tints of Ruby #DE1954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

 BLUE value IS 84 (33.2% from 255) = 25.38%

R = 67.07%
G = 7.55%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DE1954 (or 0xDE1954) is known color: Ruby. HEX triplet: DE, 19 and 54. RGB value is (222,25,84). Sum of RGB (Red+Green+Blue) = 222+25+84=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1954 is #21E6AB. Grayscale: #5A5A5A. Windows color (decimal): -2221740 or 5511646. OLE color: 5511646.

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

Color convert

RGB 222 25 84 -
CMYK 0 0.89 0.62 0.13
HSL 342.03º 0.8% 0.48% -
HSV(B) 342.03º 0.89% 0.87% -
XYZ 32.07 16.86 9.95 -
YUV 90.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 222 25 84 0 0.89 0.62 0.13 342.03 0.8 0.48
Hex DE 19 54 0 59 3E D 156 50 30
Octal 336 31 124 0 131 76 15 526 120 60
Binary 11011110 11001 1010100 0 1011001 111110 1101 101010110 1010000 110000

Color Harmonies of #DE1954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1954

Black with #DE1954

Text Example


Text Example

White with #DE1954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1954; }

 p { color: rgb(222,25,84); }

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

background-color css

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

 a { background-color: rgb(222,25,84); }

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

border-color css

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

 span { border-color: rgb(222,25,84); }

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