Html Css Color HEX #D0006D Ruby

📋 copy color: '#D0006D'

red 208 ◦ green 0 ◦ blue 109

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

Shades of Ruby #D0006D

Tints of Ruby #D0006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.62%
G = 0%
B = 34.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0006D (or 0xD0006D) is known color: Ruby. HEX triplet: D0, 00 and 6D. RGB value is (208,0,109). Sum of RGB (Red+Green+Blue) = 208+0+109=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D0006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0006D is #2FFF92. Grayscale: #4A4A4A. Windows color (decimal): -3145619 or 7143632. OLE color: 7143632.

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

Color convert

RGB 208 0 109 -
CMYK 0 1 0.48 0.18
HSL 328.56º 1% 0.41% -
HSV(B) 328.56º 1% 0.82% -
XYZ 28.77 14.51 15.75 -
YUV 74.62 147.41 223.14 -
System Red Green Blue C M Y K H S L
Decimal 208 0 109 0 1 0.48 0.18 328.56 1 0.41
Hex D0 0 6D 0 64 30 12 149 64 29
Octal 320 0 155 0 144 60 22 511 144 51
Binary 11010000 0 1101101 0 1100100 110000 10010 101001001 1100100 101001

Color Harmonies of #D0006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0006D

Black with #D0006D

Text Example


Text Example

White with #D0006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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