Html Css Color HEX #D0006A Ruby

📋 copy color: '#D0006A'

red 208 ◦ green 0 ◦ blue 106

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

Shades of Ruby #D0006A

Tints of Ruby #D0006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 66.24%
G = 0%
B = 33.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0006A (or 0xD0006A) is known color: Ruby. HEX triplet: D0, 00 and 6A. RGB value is (208,0,106). Sum of RGB (Red+Green+Blue) = 208+0+106=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D0006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0006A is #2FFF95. Grayscale: #4A4A4A. Windows color (decimal): -3145622 or 6947024. OLE color: 6947024.

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

Color convert

RGB 208 0 106 -
CMYK 0 1 0.49 0.18
HSL 329.42º 1% 0.41% -
HSV(B) 329.42º 1% 0.82% -
XYZ 28.61 14.45 14.92 -
YUV 74.28 145.91 223.38 -
System Red Green Blue C M Y K H S L
Decimal 208 0 106 0 1 0.49 0.18 329.42 1 0.41
Hex D0 0 6A 0 64 31 12 149 64 29
Octal 320 0 152 0 144 61 22 511 144 51
Binary 11010000 0 1101010 0 1100100 110001 10010 101001001 1100100 101001

Color Harmonies of #D0006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0006A

Black with #D0006A

Text Example


Text Example

White with #D0006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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