Html Css Color HEX #D11266 Ruby

📋 copy color: '#D11266'

red 209 ◦ green 18 ◦ blue 102

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

Shades of Ruby #D11266

Tints of Ruby #D11266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

 BLUE value IS 102 (40.23% from 255) = 31%

R = 63.53%
G = 5.47%
B = 31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D11266 (or 0xD11266) is known color: Ruby. HEX triplet: D1, 12 and 66. RGB value is (209,18,102). Sum of RGB (Red+Green+Blue) = 209+18+102=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D11266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11266 is #2EED99. Grayscale: #545454. Windows color (decimal): -3075482 or 6689489. OLE color: 6689489.

HSL color Cylindrical-coordinate representation of color #D11266: hue angle of 333.61º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11266 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 102 -
CMYK 0 0.91 0.51 0.18
HSL 333.61º 0.84% 0.45% -
HSV(B) 333.61º 0.91% 0.82% -
XYZ 28.91 14.95 13.93 -
YUV 84.69 137.78 216.67 -
System Red Green Blue C M Y K H S L
Decimal 209 18 102 0 0.91 0.51 0.18 333.61 0.84 0.45
Hex D1 12 66 0 5B 33 12 14E 54 2D
Octal 321 22 146 0 133 63 22 516 124 55
Binary 11010001 10010 1100110 0 1011011 110011 10010 101001110 1010100 101101

Color Harmonies of #D11266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11266

Black with #D11266

Text Example


Text Example

White with #D11266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11266; }

 p { color: rgb(209,18,102); }

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

background-color css

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

 a { background-color: rgb(209,18,102); }

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

border-color css

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

 span { border-color: rgb(209,18,102); }

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