Html Css Color HEX #D0006B Ruby

📋 copy color: '#D0006B'

red 208 ◦ green 0 ◦ blue 107

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

Shades of Ruby #D0006B

Tints of Ruby #D0006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 66.03%
G = 0%
B = 33.97%

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

#D0006B (or 0xD0006B) is known color: Ruby. HEX triplet: D0, 00 and 6B. RGB value is (208,0,107). Sum of RGB (Red+Green+Blue) = 208+0+107=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D0006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0006B is #2FFF94. Grayscale: #4A4A4A. Windows color (decimal): -3145621 or 7012560. OLE color: 7012560.

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

Color convert

RGB 208 0 107 -
CMYK 0 1 0.49 0.18
HSL 329.13º 1% 0.41% -
HSV(B) 329.13º 1% 0.82% -
XYZ 28.67 14.47 15.19 -
YUV 74.39 146.41 223.3 -
System Red Green Blue C M Y K H S L
Decimal 208 0 107 0 1 0.49 0.18 329.13 1 0.41
Hex D0 0 6B 0 64 31 12 149 64 29
Octal 320 0 153 0 144 61 22 511 144 51
Binary 11010000 0 1101011 0 1100100 110001 10010 101001001 1100100 101001

Color Harmonies of #D0006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0006B

Black with #D0006B

Text Example


Text Example

White with #D0006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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