Html Css Color HEX #D31C6A Ruby

📋 copy color: '#D31C6A'

red 211 ◦ green 28 ◦ blue 106

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

Shades of Ruby #D31C6A

Tints of Ruby #D31C6A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.12%

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 61.16%
G = 8.12%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D31C6A (or 0xD31C6A) is known color: Ruby. HEX triplet: D3, 1C and 6A. RGB value is (211,28,106). Sum of RGB (Red+Green+Blue) = 211+28+106=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D31C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31C6A is #2CE395. Grayscale: #5B5B5B. Windows color (decimal): -2941846 or 6954195. OLE color: 6954195.

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

Color convert

RGB 211 28 106 -
CMYK 0 0.87 0.50 0.17
HSL 334.43º 0.77% 0.47% -
HSV(B) 334.43º 0.87% 0.83% -
XYZ 29.88 15.72 15.1 -
YUV 91.61 136.13 213.16 -
System Red Green Blue C M Y K H S L
Decimal 211 28 106 0 0.87 0.50 0.17 334.43 0.77 0.47
Hex D3 1C 6A 0 57 32 11 14E 4D 2F
Octal 323 34 152 0 127 62 21 516 115 57
Binary 11010011 11100 1101010 0 1010111 110010 10001 101001110 1001101 101111

Color Harmonies of #D31C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31C6A

Black with #D31C6A

Text Example


Text Example

White with #D31C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31C6A; }

 p { color: rgb(211,28,106); }

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

background-color css

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

 a { background-color: rgb(211,28,106); }

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

border-color css

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

 span { border-color: rgb(211,28,106); }

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