Html Css Color HEX #D31A72 Ruby

📋 copy color: '#D31A72'

red 211 ◦ green 26 ◦ blue 114

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

Shades of Ruby #D31A72

Tints of Ruby #D31A72

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.41%

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 60.11%
G = 7.41%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D31A72 (or 0xD31A72) is known color: Ruby. HEX triplet: D3, 1A and 72. RGB value is (211,26,114). Sum of RGB (Red+Green+Blue) = 211+26+114=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31A72 is #2CE58D. Grayscale: #5B5B5B. Windows color (decimal): -2942350 or 7477971. OLE color: 7477971.

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

Color convert

RGB 211 26 114 -
CMYK 0 0.88 0.46 0.17
HSL 331.46º 0.78% 0.46% -
HSV(B) 331.46º 0.88% 0.83% -
XYZ 30.27 15.8 17.37 -
YUV 91.35 140.79 213.34 -
System Red Green Blue C M Y K H S L
Decimal 211 26 114 0 0.88 0.46 0.17 331.46 0.78 0.46
Hex D3 1A 72 0 58 2E 11 14B 4E 2E
Octal 323 32 162 0 130 56 21 513 116 56
Binary 11010011 11010 1110010 0 1011000 101110 10001 101001011 1001110 101110

Color Harmonies of #D31A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31A72

Black with #D31A72

Text Example


Text Example

White with #D31A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31A72; }

 p { color: rgb(211,26,114); }

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

background-color css

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

 a { background-color: rgb(211,26,114); }

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

border-color css

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

 span { border-color: rgb(211,26,114); }

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