Html Css Color HEX #D0096D Ruby

📋 copy color: '#D0096D'

red 208 ◦ green 9 ◦ blue 109

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

Shades of Ruby #D0096D

Tints of Ruby #D0096D

RGB

 RED value IS 208 (81.64% from 255) = 63.8%

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

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

R = 63.8%
G = 2.76%
B = 33.44%

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

#D0096D (or 0xD0096D) is known color: Ruby. HEX triplet: D0, 09 and 6D. RGB value is (208,9,109). Sum of RGB (Red+Green+Blue) = 208+9+109=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D0096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0096D is #2FF692. Grayscale: #4F4F4F. Windows color (decimal): -3143315 or 7145936. OLE color: 7145936.

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

Color convert

RGB 208 9 109 -
CMYK 0 0.96 0.48 0.18
HSL 329.85º 0.92% 0.43% -
HSV(B) 329.85º 0.96% 0.82% -
XYZ 28.87 14.71 15.79 -
YUV 79.9 144.43 219.37 -
System Red Green Blue C M Y K H S L
Decimal 208 9 109 0 0.96 0.48 0.18 329.85 0.92 0.43
Hex D0 9 6D 0 60 30 12 14A 5C 2B
Octal 320 11 155 0 140 60 22 512 134 53
Binary 11010000 1001 1101101 0 1100000 110000 10010 101001010 1011100 101011

Color Harmonies of #D0096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0096D

Black with #D0096D

Text Example


Text Example

White with #D0096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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