Html Css Color HEX #D00A6F Ruby

📋 copy color: '#D00A6F'

red 208 ◦ green 10 ◦ blue 111

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

Shades of Ruby #D00A6F

Tints of Ruby #D00A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.04%

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

R = 63.22%
G = 3.04%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D00A6F (or 0xD00A6F) is known color: Ruby. HEX triplet: D0, 0A and 6F. RGB value is (208,10,111). Sum of RGB (Red+Green+Blue) = 208+10+111=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A6F is #2FF590. Grayscale: #505050. Windows color (decimal): -3143057 or 7277264. OLE color: 7277264.

HSL color Cylindrical-coordinate representation of color #D00A6F: hue angle of 329.39º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A6F is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 10 111 -
CMYK 0 0.95 0.47 0.18
HSL 329.39º 0.91% 0.43% -
HSV(B) 329.39º 0.95% 0.82% -
XYZ 28.99 14.77 16.36 -
YUV 80.72 145.1 218.79 -
System Red Green Blue C M Y K H S L
Decimal 208 10 111 0 0.95 0.47 0.18 329.39 0.91 0.43
Hex D0 A 6F 0 5F 2F 12 149 5B 2B
Octal 320 12 157 0 137 57 22 511 133 53
Binary 11010000 1010 1101111 0 1011111 101111 10010 101001001 1011011 101011

Color Harmonies of #D00A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A6F

Black with #D00A6F

Text Example


Text Example

White with #D00A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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