Html Css Color HEX #D11F70 Ruby

📋 copy color: '#D11F70'

red 209 ◦ green 31 ◦ blue 112

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

Shades of Ruby #D11F70

Tints of Ruby #D11F70

RGB

 RED value IS 209 (82.03% from 255) = 59.38%

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

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

R = 59.38%
G = 8.81%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D11F70 (or 0xD11F70) is known color: Ruby. HEX triplet: D1, 1F and 70. RGB value is (209,31,112). Sum of RGB (Red+Green+Blue) = 209+31+112=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11F70 is #2EE08F. Grayscale: #5D5D5D. Windows color (decimal): -3072144 or 7348177. OLE color: 7348177.

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

Color convert

RGB 209 31 112 -
CMYK 0 0.85 0.46 0.18
HSL 332.7º 0.74% 0.47% -
HSV(B) 332.7º 0.85% 0.82% -
XYZ 29.71 15.71 16.79 -
YUV 93.46 138.47 210.41 -
System Red Green Blue C M Y K H S L
Decimal 209 31 112 0 0.85 0.46 0.18 332.7 0.74 0.47
Hex D1 1F 70 0 55 2E 12 14D 4A 2F
Octal 321 37 160 0 125 56 22 515 112 57
Binary 11010001 11111 1110000 0 1010101 101110 10010 101001101 1001010 101111

Color Harmonies of #D11F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F70

Black with #D11F70

Text Example


Text Example

White with #D11F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F70; }

 p { color: rgb(209,31,112); }

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

background-color css

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

 a { background-color: rgb(209,31,112); }

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

border-color css

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

 span { border-color: rgb(209,31,112); }

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