Html Css Color HEX #DE0964 Ruby

📋 copy color: '#DE0964'

red 222 ◦ green 9 ◦ blue 100

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

Shades of Ruby #DE0964

Tints of Ruby #DE0964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 67.07%
G = 2.72%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DE0964 (or 0xDE0964) is known color: Ruby. HEX triplet: DE, 09 and 64. RGB value is (222,9,100). Sum of RGB (Red+Green+Blue) = 222+9+100=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0964 is #21F69B. Grayscale: #525252. Windows color (decimal): -2225820 or 6556126. OLE color: 6556126.

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

Color convert

RGB 222 9 100 -
CMYK 0 0.96 0.55 0.13
HSL 334.37º 0.92% 0.45% -
HSV(B) 334.37º 0.96% 0.87% -
XYZ 32.52 16.65 13.56 -
YUV 83.06 137.57 227.1 -
System Red Green Blue C M Y K H S L
Decimal 222 9 100 0 0.96 0.55 0.13 334.37 0.92 0.45
Hex DE 9 64 0 60 37 D 14E 5C 2D
Octal 336 11 144 0 140 67 15 516 134 55
Binary 11011110 1001 1100100 0 1100000 110111 1101 101001110 1011100 101101

Color Harmonies of #DE0964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0964

Black with #DE0964

Text Example


Text Example

White with #DE0964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0964; }

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

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

background-color css

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

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

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

border-color css

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

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

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