Html Css Color HEX #D0066F Ruby

📋 copy color: '#D0066F'

red 208 ◦ green 6 ◦ blue 111

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

Shades of Ruby #D0066F

Tints of Ruby #D0066F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 64%
G = 1.85%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0066F (or 0xD0066F) is known color: Ruby. HEX triplet: D0, 06 and 6F. RGB value is (208,6,111). Sum of RGB (Red+Green+Blue) = 208+6+111=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D0066F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0066F is #2FF990. Grayscale: #4E4E4E. Windows color (decimal): -3144081 or 7276240. OLE color: 7276240.

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

Color convert

RGB 208 6 111 -
CMYK 0 0.97 0.47 0.18
HSL 328.81º 0.94% 0.42% -
HSV(B) 328.81º 0.97% 0.82% -
XYZ 28.95 14.69 16.35 -
YUV 78.37 146.42 220.46 -
System Red Green Blue C M Y K H S L
Decimal 208 6 111 0 0.97 0.47 0.18 328.81 0.94 0.42
Hex D0 6 6F 0 61 2F 12 149 5E 2A
Octal 320 6 157 0 141 57 22 511 136 52
Binary 11010000 110 1101111 0 1100001 101111 10010 101001001 1011110 101010

Color Harmonies of #D0066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0066F

Black with #D0066F

Text Example


Text Example

White with #D0066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0066F; }

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

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

background-color css

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

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

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

border-color css

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

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

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