Html Css Color HEX #D2096D Ruby

📋 copy color: '#D2096D'

red 210 ◦ green 9 ◦ blue 109

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

Shades of Ruby #D2096D

Tints of Ruby #D2096D

RGB

 RED value IS 210 (82.42% from 255) = 64.02%

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

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

R = 64.02%
G = 2.74%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2096D (or 0xD2096D) is known color: Ruby. HEX triplet: D2, 09 and 6D. RGB value is (210,9,109). Sum of RGB (Red+Green+Blue) = 210+9+109=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D2096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2096D is #2DF692. Grayscale: #505050. Windows color (decimal): -3012243 or 7145938. OLE color: 7145938.

HSL color Cylindrical-coordinate representation of color #D2096D: hue angle of 330.15º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2096D is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 109 -
CMYK 0 0.96 0.48 0.18
HSL 330.15º 0.92% 0.43% -
HSV(B) 330.15º 0.96% 0.82% -
XYZ 29.44 15 15.81 -
YUV 80.5 144.09 220.37 -
System Red Green Blue C M Y K H S L
Decimal 210 9 109 0 0.96 0.48 0.18 330.15 0.92 0.43
Hex D2 9 6D 0 60 30 12 14A 5C 2B
Octal 322 11 155 0 140 60 22 512 134 53
Binary 11010010 1001 1101101 0 1100000 110000 10010 101001010 1011100 101011

Color Harmonies of #D2096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2096D

Black with #D2096D

Text Example


Text Example

White with #D2096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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