Html Css Color HEX #D11F62 Ruby

📋 copy color: '#D11F62'

red 209 ◦ green 31 ◦ blue 98

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

Shades of Ruby #D11F62

Tints of Ruby #D11F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 61.83%
G = 9.17%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D11F62 (or 0xD11F62) is known color: Ruby. HEX triplet: D1, 1F and 62. RGB value is (209,31,98). Sum of RGB (Red+Green+Blue) = 209+31+98=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11F62 is #2EE09D. Grayscale: #5B5B5B. Windows color (decimal): -3072158 or 6430673. OLE color: 6430673.

HSL color Cylindrical-coordinate representation of color #D11F62: hue angle of 337.42º 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 #D11F62 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 31 98 -
CMYK 0 0.85 0.53 0.18
HSL 337.42º 0.74% 0.47% -
HSV(B) 337.42º 0.85% 0.82% -
XYZ 28.99 15.42 13 -
YUV 91.86 131.47 211.55 -
System Red Green Blue C M Y K H S L
Decimal 209 31 98 0 0.85 0.53 0.18 337.42 0.74 0.47
Hex D1 1F 62 0 55 35 12 151 4A 2F
Octal 321 37 142 0 125 65 22 521 112 57
Binary 11010001 11111 1100010 0 1010101 110101 10010 101010001 1001010 101111

Color Harmonies of #D11F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F62

Black with #D11F62

Text Example


Text Example

White with #D11F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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