Html Css Color HEX #DE145E Ruby

📋 copy color: '#DE145E'

red 222 ◦ green 20 ◦ blue 94

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

Shades of Ruby #DE145E

Tints of Ruby #DE145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 66.07%
G = 5.95%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DE145E (or 0xDE145E) is known color: Ruby. HEX triplet: DE, 14 and 5E. RGB value is (222,20,94). Sum of RGB (Red+Green+Blue) = 222+20+94=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE145E is #21EBA1. Grayscale: #585858. Windows color (decimal): -2223010 or 6165726. OLE color: 6165726.

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

Color convert

RGB 222 20 94 -
CMYK 0 0.91 0.58 0.13
HSL 338.02º 0.83% 0.47% -
HSV(B) 338.02º 0.91% 0.87% -
XYZ 32.39 16.84 12.13 -
YUV 88.83 130.92 222.98 -
System Red Green Blue C M Y K H S L
Decimal 222 20 94 0 0.91 0.58 0.13 338.02 0.83 0.47
Hex DE 14 5E 0 5B 3A D 152 53 2F
Octal 336 24 136 0 133 72 15 522 123 57
Binary 11011110 10100 1011110 0 1011011 111010 1101 101010010 1010011 101111

Color Harmonies of #DE145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE145E

Black with #DE145E

Text Example


Text Example

White with #DE145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE145E; }

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

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

background-color css

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

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

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

border-color css

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

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

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