Html Css Color HEX #DE1D70 Ruby

📋 copy color: '#DE1D70'

red 222 ◦ green 29 ◦ blue 112

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

Shades of Ruby #DE1D70

Tints of Ruby #DE1D70

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.99%

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

R = 61.16%
G = 7.99%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE1D70 (or 0xDE1D70) is known color: Ruby. HEX triplet: DE, 1D and 70. RGB value is (222,29,112). Sum of RGB (Red+Green+Blue) = 222+29+112=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1D70 is #21E28F. Grayscale: #606060. Windows color (decimal): -2220688 or 7347678. OLE color: 7347678.

HSL color Cylindrical-coordinate representation of color #DE1D70: hue angle of 334.2º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1D70 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 29 112 -
CMYK 0 0.87 0.50 0.13
HSL 334.2º 0.77% 0.49% -
HSV(B) 334.2º 0.87% 0.87% -
XYZ 33.49 17.58 16.96 -
YUV 96.17 136.94 217.75 -
System Red Green Blue C M Y K H S L
Decimal 222 29 112 0 0.87 0.50 0.13 334.2 0.77 0.49
Hex DE 1D 70 0 57 32 D 14E 4D 31
Octal 336 35 160 0 127 62 15 516 115 61
Binary 11011110 11101 1110000 0 1010111 110010 1101 101001110 1001101 110001

Color Harmonies of #DE1D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1D70

Black with #DE1D70

Text Example


Text Example

White with #DE1D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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