Html Css Color HEX #DE1457 Ruby

📋 copy color: '#DE1457'

red 222 ◦ green 20 ◦ blue 87

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

Shades of Ruby #DE1457

Tints of Ruby #DE1457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

 BLUE value IS 87 (34.38% from 255) = 26.44%

R = 67.48%
G = 6.08%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DE1457 (or 0xDE1457) is known color: Ruby. HEX triplet: DE, 14 and 57. RGB value is (222,20,87). Sum of RGB (Red+Green+Blue) = 222+20+87=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1457 is #21EBA8. Grayscale: #575757. Windows color (decimal): -2223017 or 5706974. OLE color: 5706974.

HSL color Cylindrical-coordinate representation of color #DE1457: hue angle of 340.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1457 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 20 87 -
CMYK 0 0.91 0.61 0.13
HSL 340.1º 0.83% 0.47% -
HSV(B) 340.1º 0.91% 0.87% -
XYZ 32.09 16.72 10.55 -
YUV 88.04 127.42 223.55 -
System Red Green Blue C M Y K H S L
Decimal 222 20 87 0 0.91 0.61 0.13 340.1 0.83 0.47
Hex DE 14 57 0 5B 3D D 154 53 2F
Octal 336 24 127 0 133 75 15 524 123 57
Binary 11011110 10100 1010111 0 1011011 111101 1101 101010100 1010011 101111

Color Harmonies of #DE1457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1457

Black with #DE1457

Text Example


Text Example

White with #DE1457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1457; }

 p { color: rgb(222,20,87); }

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

background-color css

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

 a { background-color: rgb(222,20,87); }

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

border-color css

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

 span { border-color: rgb(222,20,87); }

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