Html Css Color HEX #D30A6E Ruby

📋 copy color: '#D30A6E'

red 211 ◦ green 10 ◦ blue 110

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

Shades of Ruby #D30A6E

Tints of Ruby #D30A6E

RGB

 RED value IS 211 (82.81% from 255) = 63.75%

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

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

R = 63.75%
G = 3.02%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D30A6E (or 0xD30A6E) is known color: Ruby. HEX triplet: D3, 0A and 6E. RGB value is (211,10,110). Sum of RGB (Red+Green+Blue) = 211+10+110=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D30A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30A6E is #2CF591. Grayscale: #515151. Windows color (decimal): -2946450 or 7211731. OLE color: 7211731.

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

Color convert

RGB 211 10 110 -
CMYK 0 0.95 0.48 0.17
HSL 330.15º 0.91% 0.43% -
HSV(B) 330.15º 0.95% 0.83% -
XYZ 29.79 15.19 16.11 -
YUV 81.5 144.09 220.37 -
System Red Green Blue C M Y K H S L
Decimal 211 10 110 0 0.95 0.48 0.17 330.15 0.91 0.43
Hex D3 A 6E 0 5F 30 11 14A 5B 2B
Octal 323 12 156 0 137 60 21 512 133 53
Binary 11010011 1010 1101110 0 1011111 110000 10001 101001010 1011011 101011

Color Harmonies of #D30A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30A6E

Black with #D30A6E

Text Example


Text Example

White with #D30A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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