Html Css Color HEX #D0006E Ruby

📋 copy color: '#D0006E'

red 208 ◦ green 0 ◦ blue 110

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

Shades of Ruby #D0006E

Tints of Ruby #D0006E

RGB

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

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

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

R = 65.41%
G = 0%
B = 34.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0006E (or 0xD0006E) is known color: Ruby. HEX triplet: D0, 00 and 6E. RGB value is (208,0,110). Sum of RGB (Red+Green+Blue) = 208+0+110=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0006E is #2FFF91. Grayscale: #4A4A4A. Windows color (decimal): -3145618 or 7209168. OLE color: 7209168.

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

Color convert

RGB 208 0 110 -
CMYK 0 1 0.47 0.18
HSL 328.27º 1% 0.41% -
HSV(B) 328.27º 1% 0.82% -
XYZ 28.83 14.54 16.04 -
YUV 74.73 147.91 223.06 -
System Red Green Blue C M Y K H S L
Decimal 208 0 110 0 1 0.47 0.18 328.27 1 0.41
Hex D0 0 6E 0 64 2F 12 148 64 29
Octal 320 0 156 0 144 57 22 510 144 51
Binary 11010000 0 1101110 0 1100100 101111 10010 101001000 1100100 101001

Color Harmonies of #D0006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0006E

Black with #D0006E

Text Example


Text Example

White with #D0006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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