Html Css Color HEX #DE1560 Ruby

📋 copy color: '#DE1560'

red 222 ◦ green 21 ◦ blue 96

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

Shades of Ruby #DE1560

Tints of Ruby #DE1560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 65.49%
G = 6.19%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DE1560 (or 0xDE1560) is known color: Ruby. HEX triplet: DE, 15 and 60. RGB value is (222,21,96). Sum of RGB (Red+Green+Blue) = 222+21+96=339 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.49% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1560 is #21EA9F. Grayscale: #595959. Windows color (decimal): -2222752 or 6297054. OLE color: 6297054.

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

Color convert

RGB 222 21 96 -
CMYK 0 0.91 0.57 0.13
HSL 337.61º 0.83% 0.48% -
HSV(B) 337.61º 0.91% 0.87% -
XYZ 32.5 16.91 12.62 -
YUV 89.65 131.59 222.4 -
System Red Green Blue C M Y K H S L
Decimal 222 21 96 0 0.91 0.57 0.13 337.61 0.83 0.48
Hex DE 15 60 0 5B 39 D 152 53 30
Octal 336 25 140 0 133 71 15 522 123 60
Binary 11011110 10101 1100000 0 1011011 111001 1101 101010010 1010011 110000

Color Harmonies of #DE1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1560

Black with #DE1560

Text Example


Text Example

White with #DE1560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1560; }

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

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

background-color css

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

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

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

border-color css

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

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

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