Html Css Color HEX #D11A68 Ruby

📋 copy color: '#D11A68'

red 209 ◦ green 26 ◦ blue 104

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

Shades of Ruby #D11A68

Tints of Ruby #D11A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.67%

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 61.65%
G = 7.67%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D11A68 (or 0xD11A68) is known color: Ruby. HEX triplet: D1, 1A and 68. RGB value is (209,26,104). Sum of RGB (Red+Green+Blue) = 209+26+104=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D11A68 is #2EE597. Grayscale: #595959. Windows color (decimal): -3073432 or 6822609. OLE color: 6822609.

HSL color Cylindrical-coordinate representation of color #D11A68: hue angle of 334.43º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A68 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 26 104 -
CMYK 0 0.88 0.50 0.18
HSL 334.43º 0.78% 0.46% -
HSV(B) 334.43º 0.88% 0.82% -
XYZ 29.16 15.29 14.51 -
YUV 89.61 136.13 213.16 -
System Red Green Blue C M Y K H S L
Decimal 209 26 104 0 0.88 0.50 0.18 334.43 0.78 0.46
Hex D1 1A 68 0 58 32 12 14E 4E 2E
Octal 321 32 150 0 130 62 22 516 116 56
Binary 11010001 11010 1101000 0 1011000 110010 10010 101001110 1001110 101110

Color Harmonies of #D11A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A68

Black with #D11A68

Text Example


Text Example

White with #D11A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A68; }

 p { color: rgb(209,26,104); }

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

background-color css

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

 a { background-color: rgb(209,26,104); }

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

border-color css

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

 span { border-color: rgb(209,26,104); }

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