Html Css Color HEX #DE0D66 Ruby

📋 copy color: '#DE0D66'

red 222 ◦ green 13 ◦ blue 102

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

Shades of Ruby #DE0D66

Tints of Ruby #DE0D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.86%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 65.88%
G = 3.86%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DE0D66 (or 0xDE0D66) is known color: Ruby. HEX triplet: DE, 0D and 66. RGB value is (222,13,102). Sum of RGB (Red+Green+Blue) = 222+13+102=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0D66 is #21F299. Grayscale: #555555. Windows color (decimal): -2224794 or 6688222. OLE color: 6688222.

HSL color Cylindrical-coordinate representation of color #DE0D66: hue angle of 334.45º degrees, saturation: 0.89, 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 #DE0D66 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 13 102 -
CMYK 0 0.94 0.54 0.13
HSL 334.45º 0.89% 0.46% -
HSV(B) 334.45º 0.94% 0.87% -
XYZ 32.67 16.78 14.09 -
YUV 85.64 137.24 225.26 -
System Red Green Blue C M Y K H S L
Decimal 222 13 102 0 0.94 0.54 0.13 334.45 0.89 0.46
Hex DE D 66 0 5E 36 D 14E 59 2E
Octal 336 15 146 0 136 66 15 516 131 56
Binary 11011110 1101 1100110 0 1011110 110110 1101 101001110 1011001 101110

Color Harmonies of #DE0D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0D66

Black with #DE0D66

Text Example


Text Example

White with #DE0D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0D66; }

 p { color: rgb(222,13,102); }

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

background-color css

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

 a { background-color: rgb(222,13,102); }

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

border-color css

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

 span { border-color: rgb(222,13,102); }

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