Html Css Color HEX #DE145C Ruby

📋 copy color: '#DE145C'

red 222 ◦ green 20 ◦ blue 92

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

Shades of Ruby #DE145C

Tints of Ruby #DE145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 66.47%
G = 5.99%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE145C (or 0xDE145C) is known color: Ruby. HEX triplet: DE, 14 and 5C. RGB value is (222,20,92). Sum of RGB (Red+Green+Blue) = 222+20+92=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE145C is #21EBA3. Grayscale: #585858. Windows color (decimal): -2223012 or 6034654. OLE color: 6034654.

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

Color convert

RGB 222 20 92 -
CMYK 0 0.91 0.59 0.13
HSL 338.61º 0.83% 0.47% -
HSV(B) 338.61º 0.91% 0.87% -
XYZ 32.31 16.8 11.67 -
YUV 88.61 129.92 223.15 -
System Red Green Blue C M Y K H S L
Decimal 222 20 92 0 0.91 0.59 0.13 338.61 0.83 0.47
Hex DE 14 5C 0 5B 3B D 153 53 2F
Octal 336 24 134 0 133 73 15 523 123 57
Binary 11011110 10100 1011100 0 1011011 111011 1101 101010011 1010011 101111

Color Harmonies of #DE145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE145C

Black with #DE145C

Text Example


Text Example

White with #DE145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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