Html Css Color HEX #DE145B Ruby

📋 copy color: '#DE145B'

red 222 ◦ green 20 ◦ blue 91

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

Shades of Ruby #DE145B

Tints of Ruby #DE145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 66.67%
G = 6.01%
B = 27.33%

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

#DE145B (or 0xDE145B) is known color: Ruby. HEX triplet: DE, 14 and 5B. RGB value is (222,20,91). Sum of RGB (Red+Green+Blue) = 222+20+91=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE145B is #21EBA4. Grayscale: #585858. Windows color (decimal): -2223013 or 5969118. OLE color: 5969118.

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

Color convert

RGB 222 20 91 -
CMYK 0 0.91 0.59 0.13
HSL 338.91º 0.83% 0.47% -
HSV(B) 338.91º 0.91% 0.87% -
XYZ 32.26 16.79 11.44 -
YUV 88.49 129.42 223.23 -
System Red Green Blue C M Y K H S L
Decimal 222 20 91 0 0.91 0.59 0.13 338.91 0.83 0.47
Hex DE 14 5B 0 5B 3B D 153 53 2F
Octal 336 24 133 0 133 73 15 523 123 57
Binary 11011110 10100 1011011 0 1011011 111011 1101 101010011 1010011 101111

Color Harmonies of #DE145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE145B

Black with #DE145B

Text Example


Text Example

White with #DE145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE145B; }

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

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

background-color css

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

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

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

border-color css

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

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

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