Html Css Color HEX #D11267 Ruby

📋 copy color: '#D11267'

red 209 ◦ green 18 ◦ blue 103

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

Shades of Ruby #D11267

Tints of Ruby #D11267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.21%

R = 63.33%
G = 5.45%
B = 31.21%

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

#D11267 (or 0xD11267) is known color: Ruby. HEX triplet: D1, 12 and 67. RGB value is (209,18,103). Sum of RGB (Red+Green+Blue) = 209+18+103=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D11267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11267 is #2EED98. Grayscale: #545454. Windows color (decimal): -3075481 or 6755025. OLE color: 6755025.

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

Color convert

RGB 209 18 103 -
CMYK 0 0.91 0.51 0.18
HSL 333.3º 0.84% 0.45% -
HSV(B) 333.3º 0.91% 0.82% -
XYZ 28.96 14.97 14.19 -
YUV 84.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 209 18 103 0 0.91 0.51 0.18 333.3 0.84 0.45
Hex D1 12 67 0 5B 33 12 14D 54 2D
Octal 321 22 147 0 133 63 22 515 124 55
Binary 11010001 10010 1100111 0 1011011 110011 10010 101001101 1010100 101101

Color Harmonies of #D11267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11267

Black with #D11267

Text Example


Text Example

White with #D11267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11267; }

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

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

background-color css

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

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

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

border-color css

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

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

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