Html Css Color HEX #D0076D Ruby

📋 copy color: '#D0076D'

red 208 ◦ green 7 ◦ blue 109

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

Shades of Ruby #D0076D

Tints of Ruby #D0076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.16%

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

R = 64.2%
G = 2.16%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0076D (or 0xD0076D) is known color: Ruby. HEX triplet: D0, 07 and 6D. RGB value is (208,7,109). Sum of RGB (Red+Green+Blue) = 208+7+109=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0076D is #2FF892. Grayscale: #4E4E4E. Windows color (decimal): -3143827 or 7145424. OLE color: 7145424.

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

Color convert

RGB 208 7 109 -
CMYK 0 0.97 0.48 0.18
HSL 329.55º 0.93% 0.42% -
HSV(B) 329.55º 0.97% 0.82% -
XYZ 28.85 14.67 15.78 -
YUV 78.73 145.09 220.21 -
System Red Green Blue C M Y K H S L
Decimal 208 7 109 0 0.97 0.48 0.18 329.55 0.93 0.42
Hex D0 7 6D 0 61 30 12 14A 5D 2A
Octal 320 7 155 0 141 60 22 512 135 52
Binary 11010000 111 1101101 0 1100001 110000 10010 101001010 1011101 101010

Color Harmonies of #D0076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0076D

Black with #D0076D

Text Example


Text Example

White with #D0076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0076D; }

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

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

background-color css

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

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

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

border-color css

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

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

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