Html Css Color HEX #D00A6C Ruby

📋 copy color: '#D00A6C'

red 208 ◦ green 10 ◦ blue 108

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

Shades of Ruby #D00A6C

Tints of Ruby #D00A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 63.8%
G = 3.07%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D00A6C (or 0xD00A6C) is known color: Ruby. HEX triplet: D0, 0A and 6C. RGB value is (208,10,108). Sum of RGB (Red+Green+Blue) = 208+10+108=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A6C is #2FF593. Grayscale: #505050. Windows color (decimal): -3143060 or 7080656. OLE color: 7080656.

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

Color convert

RGB 208 10 108 -
CMYK 0 0.95 0.48 0.18
HSL 330.3º 0.91% 0.43% -
HSV(B) 330.3º 0.95% 0.82% -
XYZ 28.83 14.71 15.51 -
YUV 80.37 143.6 219.03 -
System Red Green Blue C M Y K H S L
Decimal 208 10 108 0 0.95 0.48 0.18 330.3 0.91 0.43
Hex D0 A 6C 0 5F 30 12 14A 5B 2B
Octal 320 12 154 0 137 60 22 512 133 53
Binary 11010000 1010 1101100 0 1011111 110000 10010 101001010 1011011 101011

Color Harmonies of #D00A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A6C

Black with #D00A6C

Text Example


Text Example

White with #D00A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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