Html Css Color HEX #D11470 Ruby

📋 copy color: '#D11470'

red 209 ◦ green 20 ◦ blue 112

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

Shades of Ruby #D11470

Tints of Ruby #D11470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.87%

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

R = 61.29%
G = 5.87%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D11470 (or 0xD11470) is known color: Ruby. HEX triplet: D1, 14 and 70. RGB value is (209,20,112). Sum of RGB (Red+Green+Blue) = 209+20+112=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D11470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11470 is #2EEB8F. Grayscale: #565656. Windows color (decimal): -3074960 or 7345361. OLE color: 7345361.

HSL color Cylindrical-coordinate representation of color #D11470: hue angle of 330.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11470 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 112 -
CMYK 0 0.90 0.46 0.18
HSL 330.79º 0.83% 0.45% -
HSV(B) 330.79º 0.9% 0.82% -
XYZ 29.47 15.23 16.71 -
YUV 87 142.12 215.02 -
System Red Green Blue C M Y K H S L
Decimal 209 20 112 0 0.90 0.46 0.18 330.79 0.83 0.45
Hex D1 14 70 0 5A 2E 12 14B 53 2D
Octal 321 24 160 0 132 56 22 513 123 55
Binary 11010001 10100 1110000 0 1011010 101110 10010 101001011 1010011 101101

Color Harmonies of #D11470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11470

Black with #D11470

Text Example


Text Example

White with #D11470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11470; }

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

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

background-color css

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

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

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

border-color css

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

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

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