Html Css Color HEX #D11469 Ruby

📋 copy color: '#D11469'

red 209 ◦ green 20 ◦ blue 105

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

Shades of Ruby #D11469

Tints of Ruby #D11469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 62.57%
G = 5.99%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D11469 (or 0xD11469) is known color: Ruby. HEX triplet: D1, 14 and 69. RGB value is (209,20,105). Sum of RGB (Red+Green+Blue) = 209+20+105=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D11469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11469 is #2EEB96. Grayscale: #565656. Windows color (decimal): -3074967 or 6886609. OLE color: 6886609.

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

Color convert

RGB 209 20 105 -
CMYK 0 0.90 0.50 0.18
HSL 333.02º 0.83% 0.45% -
HSV(B) 333.02º 0.9% 0.82% -
XYZ 29.09 15.08 14.74 -
YUV 86.2 138.62 215.59 -
System Red Green Blue C M Y K H S L
Decimal 209 20 105 0 0.90 0.50 0.18 333.02 0.83 0.45
Hex D1 14 69 0 5A 32 12 14D 53 2D
Octal 321 24 151 0 132 62 22 515 123 55
Binary 11010001 10100 1101001 0 1011010 110010 10010 101001101 1010011 101101

Color Harmonies of #D11469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11469

Black with #D11469

Text Example


Text Example

White with #D11469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11469; }

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

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

background-color css

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

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

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

border-color css

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

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

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