Html Css Color HEX #D0065D Ruby

📋 copy color: '#D0065D'

red 208 ◦ green 6 ◦ blue 93

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

Shades of Ruby #D0065D

Tints of Ruby #D0065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 67.75%
G = 1.95%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0065D (or 0xD0065D) is known color: Ruby. HEX triplet: D0, 06 and 5D. RGB value is (208,6,93). Sum of RGB (Red+Green+Blue) = 208+6+93=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0065D is #2FF9A2. Grayscale: #4C4C4C. Windows color (decimal): -3144099 or 6096592. OLE color: 6096592.

HSL color Cylindrical-coordinate representation of color #D0065D: hue angle of 334.16º degrees, saturation: 0.94, 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 #D0065D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 6 93 -
CMYK 0 0.97 0.55 0.18
HSL 334.16º 0.94% 0.42% -
HSV(B) 334.16º 0.97% 0.82% -
XYZ 28.05 14.33 11.64 -
YUV 76.32 137.42 221.93 -
System Red Green Blue C M Y K H S L
Decimal 208 6 93 0 0.97 0.55 0.18 334.16 0.94 0.42
Hex D0 6 5D 0 61 37 12 14E 5E 2A
Octal 320 6 135 0 141 67 22 516 136 52
Binary 11010000 110 1011101 0 1100001 110111 10010 101001110 1011110 101010

Color Harmonies of #D0065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0065D

Black with #D0065D

Text Example


Text Example

White with #D0065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0065D; }

 p { color: rgb(208,6,93); }

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

background-color css

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

 a { background-color: rgb(208,6,93); }

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

border-color css

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

 span { border-color: rgb(208,6,93); }

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