Html Css Color HEX #D0066A Ruby

📋 copy color: '#D0066A'

red 208 ◦ green 6 ◦ blue 106

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

Shades of Ruby #D0066A

Tints of Ruby #D0066A

RGB

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

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

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

R = 65%
G = 1.88%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0066A (or 0xD0066A) is known color: Ruby. HEX triplet: D0, 06 and 6A. RGB value is (208,6,106). Sum of RGB (Red+Green+Blue) = 208+6+106=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0066A is #2FF995. Grayscale: #4D4D4D. Windows color (decimal): -3144086 or 6948560. OLE color: 6948560.

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

Color convert

RGB 208 6 106 -
CMYK 0 0.97 0.49 0.18
HSL 330.3º 0.94% 0.42% -
HSV(B) 330.3º 0.97% 0.82% -
XYZ 28.68 14.58 14.94 -
YUV 77.8 143.92 220.87 -
System Red Green Blue C M Y K H S L
Decimal 208 6 106 0 0.97 0.49 0.18 330.3 0.94 0.42
Hex D0 6 6A 0 61 31 12 14A 5E 2A
Octal 320 6 152 0 141 61 22 512 136 52
Binary 11010000 110 1101010 0 1100001 110001 10010 101001010 1011110 101010

Color Harmonies of #D0066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0066A

Black with #D0066A

Text Example


Text Example

White with #D0066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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