Html Css Color HEX #DE154E Ruby

📋 copy color: '#DE154E'

red 222 ◦ green 21 ◦ blue 78

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

Shades of Ruby #DE154E

Tints of Ruby #DE154E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 69.16%
G = 6.54%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE154E (or 0xDE154E) is known color: Ruby. HEX triplet: DE, 15 and 4E. RGB value is (222,21,78). Sum of RGB (Red+Green+Blue) = 222+21+78=321 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.16% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 222 - color contains mainly: red. Hex color #DE154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE154E is #21EAB1. Grayscale: #575757. Windows color (decimal): -2222770 or 5117406. OLE color: 5117406.

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

Color convert

RGB 222 21 78 -
CMYK 0 0.91 0.65 0.13
HSL 342.99º 0.83% 0.48% -
HSV(B) 342.99º 0.91% 0.87% -
XYZ 31.77 16.62 8.74 -
YUV 87.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 222 21 78 0 0.91 0.65 0.13 342.99 0.83 0.48
Hex DE 15 4E 0 5B 41 D 157 53 30
Octal 336 25 116 0 133 101 15 527 123 60
Binary 11011110 10101 1001110 0 1011011 1000001 1101 101010111 1010011 110000

Color Harmonies of #DE154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE154E

Black with #DE154E

Text Example


Text Example

White with #DE154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE154E; }

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

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

background-color css

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

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

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

border-color css

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

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

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