Html Css Color HEX #DE1558 Ruby

📋 copy color: '#DE1558'

red 222 ◦ green 21 ◦ blue 88

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

Shades of Ruby #DE1558

Tints of Ruby #DE1558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.59%

R = 67.07%
G = 6.34%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DE1558 (or 0xDE1558) is known color: Ruby. HEX triplet: DE, 15 and 58. RGB value is (222,21,88). Sum of RGB (Red+Green+Blue) = 222+21+88=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1558 is #21EAA7. Grayscale: #585858. Windows color (decimal): -2222760 or 5772766. OLE color: 5772766.

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

Color convert

RGB 222 21 88 -
CMYK 0 0.91 0.60 0.13
HSL 340º 0.83% 0.48% -
HSV(B) 340º 0.91% 0.87% -
XYZ 32.15 16.77 10.77 -
YUV 88.74 127.59 223.05 -
System Red Green Blue C M Y K H S L
Decimal 222 21 88 0 0.91 0.60 0.13 340 0.83 0.48
Hex DE 15 58 0 5B 3C D 154 53 30
Octal 336 25 130 0 133 74 15 524 123 60
Binary 11011110 10101 1011000 0 1011011 111100 1101 101010100 1010011 110000

Color Harmonies of #DE1558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1558

Black with #DE1558

Text Example


Text Example

White with #DE1558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1558; }

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

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

background-color css

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

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

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

border-color css

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

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

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