Html Css Color HEX #D0096C Ruby

📋 copy color: '#D0096C'

red 208 ◦ green 9 ◦ blue 108

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

Shades of Ruby #D0096C

Tints of Ruby #D0096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 64%
G = 2.77%
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

#D0096C (or 0xD0096C) is known color: Ruby. HEX triplet: D0, 09 and 6C. RGB value is (208,9,108). Sum of RGB (Red+Green+Blue) = 208+9+108=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D0096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0096C is #2FF693. Grayscale: #4F4F4F. Windows color (decimal): -3143316 or 7080400. OLE color: 7080400.

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

Color convert

RGB 208 9 108 -
CMYK 0 0.96 0.48 0.18
HSL 330.15º 0.92% 0.43% -
HSV(B) 330.15º 0.96% 0.82% -
XYZ 28.82 14.69 15.5 -
YUV 79.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 208 9 108 0 0.96 0.48 0.18 330.15 0.92 0.43
Hex D0 9 6C 0 60 30 12 14A 5C 2B
Octal 320 11 154 0 140 60 22 512 134 53
Binary 11010000 1001 1101100 0 1100000 110000 10010 101001010 1011100 101011

Color Harmonies of #D0096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0096C

Black with #D0096C

Text Example


Text Example

White with #D0096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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