Html Css Color HEX #D31770 Ruby

📋 copy color: '#D31770'

red 211 ◦ green 23 ◦ blue 112

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

Shades of Ruby #D31770

Tints of Ruby #D31770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.65%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 60.98%
G = 6.65%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D31770 (or 0xD31770) is known color: Ruby. HEX triplet: D3, 17 and 70. RGB value is (211,23,112). Sum of RGB (Red+Green+Blue) = 211+23+112=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D31770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31770 is #2CE88F. Grayscale: #595959. Windows color (decimal): -2943120 or 7346131. OLE color: 7346131.

HSL color Cylindrical-coordinate representation of color #D31770: hue angle of 331.6º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31770 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 23 112 -
CMYK 0 0.89 0.47 0.17
HSL 331.6º 0.8% 0.46% -
HSV(B) 331.6º 0.89% 0.83% -
XYZ 30.1 15.63 16.76 -
YUV 89.36 140.78 214.76 -
System Red Green Blue C M Y K H S L
Decimal 211 23 112 0 0.89 0.47 0.17 331.6 0.8 0.46
Hex D3 17 70 0 59 2F 11 14C 50 2E
Octal 323 27 160 0 131 57 21 514 120 56
Binary 11010011 10111 1110000 0 1011001 101111 10001 101001100 1010000 101110

Color Harmonies of #D31770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31770

Black with #D31770

Text Example


Text Example

White with #D31770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31770; }

 p { color: rgb(211,23,112); }

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

background-color css

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

 a { background-color: rgb(211,23,112); }

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

border-color css

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

 span { border-color: rgb(211,23,112); }

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