Html Css Color HEX #DE1570 Ruby

📋 copy color: '#DE1570'

red 222 ◦ green 21 ◦ blue 112

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

Shades of Ruby #DE1570

Tints of Ruby #DE1570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 62.54%
G = 5.92%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE1570 (or 0xDE1570) is known color: Ruby. HEX triplet: DE, 15 and 70. RGB value is (222,21,112). Sum of RGB (Red+Green+Blue) = 222+21+112=355 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.54% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1570 is #21EA8F. Grayscale: #5B5B5B. Windows color (decimal): -2222736 or 7345630. OLE color: 7345630.

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

Color convert

RGB 222 21 112 -
CMYK 0 0.91 0.50 0.13
HSL 332.84º 0.83% 0.48% -
HSV(B) 332.84º 0.91% 0.87% -
XYZ 33.32 17.24 16.9 -
YUV 91.47 139.59 221.1 -
System Red Green Blue C M Y K H S L
Decimal 222 21 112 0 0.91 0.50 0.13 332.84 0.83 0.48
Hex DE 15 70 0 5B 32 D 14D 53 30
Octal 336 25 160 0 133 62 15 515 123 60
Binary 11011110 10101 1110000 0 1011011 110010 1101 101001101 1010011 110000

Color Harmonies of #DE1570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1570

Black with #DE1570

Text Example


Text Example

White with #DE1570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1570; }

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

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

background-color css

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

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

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

border-color css

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

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

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