Html Css Color HEX #D0096B Ruby

📋 copy color: '#D0096B'

red 208 ◦ green 9 ◦ blue 107

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

Shades of Ruby #D0096B

Tints of Ruby #D0096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.02%

R = 64.2%
G = 2.78%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0096B (or 0xD0096B) is known color: Ruby. HEX triplet: D0, 09 and 6B. RGB value is (208,9,107). Sum of RGB (Red+Green+Blue) = 208+9+107=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0096B is #2FF694. Grayscale: #4F4F4F. Windows color (decimal): -3143317 or 7014864. OLE color: 7014864.

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

Color convert

RGB 208 9 107 -
CMYK 0 0.96 0.49 0.18
HSL 330.45º 0.92% 0.43% -
HSV(B) 330.45º 0.96% 0.82% -
XYZ 28.76 14.67 15.22 -
YUV 79.67 143.43 219.53 -
System Red Green Blue C M Y K H S L
Decimal 208 9 107 0 0.96 0.49 0.18 330.45 0.92 0.43
Hex D0 9 6B 0 60 31 12 14A 5C 2B
Octal 320 11 153 0 140 61 22 512 134 53
Binary 11010000 1001 1101011 0 1100000 110001 10010 101001010 1011100 101011

Color Harmonies of #D0096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0096B

Black with #D0096B

Text Example


Text Example

White with #D0096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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