Html Css Color HEX #D0096E Ruby

📋 copy color: '#D0096E'

red 208 ◦ green 9 ◦ blue 110

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

Shades of Ruby #D0096E

Tints of Ruby #D0096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.64%

R = 63.61%
G = 2.75%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0096E (or 0xD0096E) is known color: Ruby. HEX triplet: D0, 09 and 6E. RGB value is (208,9,110). Sum of RGB (Red+Green+Blue) = 208+9+110=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D0096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0096E is #2FF691. Grayscale: #4F4F4F. Windows color (decimal): -3143314 or 7211472. OLE color: 7211472.

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

Color convert

RGB 208 9 110 -
CMYK 0 0.96 0.47 0.18
HSL 329.55º 0.92% 0.43% -
HSV(B) 329.55º 0.96% 0.82% -
XYZ 28.92 14.73 16.07 -
YUV 80.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 208 9 110 0 0.96 0.47 0.18 329.55 0.92 0.43
Hex D0 9 6E 0 60 2F 12 14A 5C 2B
Octal 320 11 156 0 140 57 22 512 134 53
Binary 11010000 1001 1101110 0 1100000 101111 10010 101001010 1011100 101011

Color Harmonies of #D0096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0096E

Black with #D0096E

Text Example


Text Example

White with #D0096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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