Html Css Color HEX #D00A6E Ruby

📋 copy color: '#D00A6E'

red 208 ◦ green 10 ◦ blue 110

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

Shades of Ruby #D00A6E

Tints of Ruby #D00A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.54%

R = 63.41%
G = 3.05%
B = 33.54%

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

#D00A6E (or 0xD00A6E) is known color: Ruby. HEX triplet: D0, 0A and 6E. RGB value is (208,10,110). Sum of RGB (Red+Green+Blue) = 208+10+110=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A6E is #2FF591. Grayscale: #505050. Windows color (decimal): -3143058 or 7211728. OLE color: 7211728.

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

Color convert

RGB 208 10 110 -
CMYK 0 0.95 0.47 0.18
HSL 329.7º 0.91% 0.43% -
HSV(B) 329.7º 0.95% 0.82% -
XYZ 28.94 14.75 16.07 -
YUV 80.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 208 10 110 0 0.95 0.47 0.18 329.7 0.91 0.43
Hex D0 A 6E 0 5F 2F 12 14A 5B 2B
Octal 320 12 156 0 137 57 22 512 133 53
Binary 11010000 1010 1101110 0 1011111 101111 10010 101001010 1011011 101011

Color Harmonies of #D00A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A6E

Black with #D00A6E

Text Example


Text Example

White with #D00A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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