Html Css Color HEX #D31D72 Ruby

📋 copy color: '#D31D72'

red 211 ◦ green 29 ◦ blue 114

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

Shades of Ruby #D31D72

Tints of Ruby #D31D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.19%

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

R = 59.6%
G = 8.19%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D31D72 (or 0xD31D72) is known color: Ruby. HEX triplet: D3, 1D and 72. RGB value is (211,29,114). Sum of RGB (Red+Green+Blue) = 211+29+114=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D31D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31D72 is #2CE28D. Grayscale: #5C5C5C. Windows color (decimal): -2941582 or 7478739. OLE color: 7478739.

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

Color convert

RGB 211 29 114 -
CMYK 0 0.86 0.46 0.17
HSL 331.98º 0.76% 0.47% -
HSV(B) 331.98º 0.86% 0.83% -
XYZ 30.34 15.94 17.4 -
YUV 93.11 139.8 212.09 -
System Red Green Blue C M Y K H S L
Decimal 211 29 114 0 0.86 0.46 0.17 331.98 0.76 0.47
Hex D3 1D 72 0 56 2E 11 14C 4C 2F
Octal 323 35 162 0 126 56 21 514 114 57
Binary 11010011 11101 1110010 0 1010110 101110 10001 101001100 1001100 101111

Color Harmonies of #D31D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31D72

Black with #D31D72

Text Example


Text Example

White with #D31D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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