Html Css Color HEX #D30D6E Ruby

📋 copy color: '#D30D6E'

red 211 ◦ green 13 ◦ blue 110

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

Shades of Ruby #D30D6E

Tints of Ruby #D30D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.89%

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

R = 63.17%
G = 3.89%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D30D6E (or 0xD30D6E) is known color: Ruby. HEX triplet: D3, 0D and 6E. RGB value is (211,13,110). Sum of RGB (Red+Green+Blue) = 211+13+110=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30D6E is #2CF291. Grayscale: #535353. Windows color (decimal): -2945682 or 7212499. OLE color: 7212499.

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

Color convert

RGB 211 13 110 -
CMYK 0 0.94 0.48 0.17
HSL 330.61º 0.88% 0.44% -
HSV(B) 330.61º 0.94% 0.83% -
XYZ 29.82 15.26 16.13 -
YUV 83.26 143.1 219.11 -
System Red Green Blue C M Y K H S L
Decimal 211 13 110 0 0.94 0.48 0.17 330.61 0.88 0.44
Hex D3 D 6E 0 5E 30 11 14B 58 2C
Octal 323 15 156 0 136 60 21 513 130 54
Binary 11010011 1101 1101110 0 1011110 110000 10001 101001011 1011000 101100

Color Harmonies of #D30D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30D6E

Black with #D30D6E

Text Example


Text Example

White with #D30D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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