Html Css Color HEX #DE0E75 Ruby

📋 copy color: '#DE0E75'

red 222 ◦ green 14 ◦ blue 117

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

Shades of Ruby #DE0E75

Tints of Ruby #DE0E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.97%

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 62.89%
G = 3.97%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE0E75 (or 0xDE0E75) is known color: Ruby. HEX triplet: DE, 0E and 75. RGB value is (222,14,117). Sum of RGB (Red+Green+Blue) = 222+14+117=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0E75 is #21F18A. Grayscale: #575757. Windows color (decimal): -2224523 or 7671518. OLE color: 7671518.

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

Color convert

RGB 222 14 117 -
CMYK 0 0.94 0.47 0.13
HSL 330.29º 0.88% 0.46% -
HSV(B) 330.29º 0.94% 0.87% -
XYZ 33.49 17.13 18.37 -
YUV 87.93 144.41 223.62 -
System Red Green Blue C M Y K H S L
Decimal 222 14 117 0 0.94 0.47 0.13 330.29 0.88 0.46
Hex DE E 75 0 5E 2F D 14A 58 2E
Octal 336 16 165 0 136 57 15 512 130 56
Binary 11011110 1110 1110101 0 1011110 101111 1101 101001010 1011000 101110

Color Harmonies of #DE0E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0E75

Black with #DE0E75

Text Example


Text Example

White with #DE0E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0E75; }

 p { color: rgb(222,14,117); }

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

background-color css

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

 a { background-color: rgb(222,14,117); }

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

border-color css

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

 span { border-color: rgb(222,14,117); }

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