Html Css Color HEX #D30C6F Ruby

📋 copy color: '#D30C6F'

red 211 ◦ green 12 ◦ blue 111

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

Shades of Ruby #D30C6F

Tints of Ruby #D30C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.59%

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

R = 63.17%
G = 3.59%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D30C6F (or 0xD30C6F) is known color: Ruby. HEX triplet: D3, 0C and 6F. RGB value is (211,12,111). Sum of RGB (Red+Green+Blue) = 211+12+111=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30C6F is #2CF390. Grayscale: #525252. Windows color (decimal): -2945937 or 7277779. OLE color: 7277779.

HSL color Cylindrical-coordinate representation of color #D30C6F: hue angle of 330.15º degrees, saturation: 0.89, 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 #D30C6F is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 12 111 -
CMYK 0 0.94 0.47 0.17
HSL 330.15º 0.89% 0.44% -
HSV(B) 330.15º 0.94% 0.83% -
XYZ 29.86 15.26 16.41 -
YUV 82.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 211 12 111 0 0.94 0.47 0.17 330.15 0.89 0.44
Hex D3 C 6F 0 5E 2F 11 14A 59 2C
Octal 323 14 157 0 136 57 21 512 131 54
Binary 11010011 1100 1101111 0 1011110 101111 10001 101001010 1011001 101100

Color Harmonies of #D30C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30C6F

Black with #D30C6F

Text Example


Text Example

White with #D30C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30C6F; }

 p { color: rgb(211,12,111); }

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

background-color css

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

 a { background-color: rgb(211,12,111); }

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

border-color css

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

 span { border-color: rgb(211,12,111); }

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