Html Css Color HEX #DE096D Ruby

📋 copy color: '#DE096D'

red 222 ◦ green 9 ◦ blue 109

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

Shades of Ruby #DE096D

Tints of Ruby #DE096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 65.29%
G = 2.65%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE096D (or 0xDE096D) is known color: Ruby. HEX triplet: DE, 09 and 6D. RGB value is (222,9,109). Sum of RGB (Red+Green+Blue) = 222+9+109=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE096D is #21F692. Grayscale: #535353. Windows color (decimal): -2225811 or 7145950. OLE color: 7145950.

HSL color Cylindrical-coordinate representation of color #DE096D: hue angle of 331.83º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE096D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 9 109 -
CMYK 0 0.96 0.51 0.13
HSL 331.83º 0.92% 0.45% -
HSV(B) 331.83º 0.96% 0.87% -
XYZ 32.98 16.83 15.98 -
YUV 84.09 142.07 226.37 -
System Red Green Blue C M Y K H S L
Decimal 222 9 109 0 0.96 0.51 0.13 331.83 0.92 0.45
Hex DE 9 6D 0 60 33 D 14C 5C 2D
Octal 336 11 155 0 140 63 15 514 134 55
Binary 11011110 1001 1101101 0 1100000 110011 1101 101001100 1011100 101101

Color Harmonies of #DE096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE096D

Black with #DE096D

Text Example


Text Example

White with #DE096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE096D; }

 p { color: rgb(222,9,109); }

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

background-color css

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

 a { background-color: rgb(222,9,109); }

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

border-color css

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

 span { border-color: rgb(222,9,109); }

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