Html Css Color HEX #D31F69 Ruby

📋 copy color: '#D31F69'

red 211 ◦ green 31 ◦ blue 105

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

Shades of Ruby #D31F69

Tints of Ruby #D31F69

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.93%

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 60.81%
G = 8.93%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D31F69 (or 0xD31F69) is known color: Ruby. HEX triplet: D3, 1F and 69. RGB value is (211,31,105). Sum of RGB (Red+Green+Blue) = 211+31+105=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D31F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31F69 is #2CE096. Grayscale: #5D5D5D. Windows color (decimal): -2941079 or 6889427. OLE color: 6889427.

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

Color convert

RGB 211 31 105 -
CMYK 0 0.85 0.50 0.17
HSL 335.33º 0.74% 0.47% -
HSV(B) 335.33º 0.85% 0.83% -
XYZ 29.9 15.85 14.85 -
YUV 93.26 134.63 211.98 -
System Red Green Blue C M Y K H S L
Decimal 211 31 105 0 0.85 0.50 0.17 335.33 0.74 0.47
Hex D3 1F 69 0 55 32 11 14F 4A 2F
Octal 323 37 151 0 125 62 21 517 112 57
Binary 11010011 11111 1101001 0 1010101 110010 10001 101001111 1001010 101111

Color Harmonies of #D31F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31F69

Black with #D31F69

Text Example


Text Example

White with #D31F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31F69; }

 p { color: rgb(211,31,105); }

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

background-color css

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

 a { background-color: rgb(211,31,105); }

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

border-color css

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

 span { border-color: rgb(211,31,105); }

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