Html Css Color HEX #D10C63 Ruby

📋 copy color: '#D10C63'

red 209 ◦ green 12 ◦ blue 99

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

Shades of Ruby #D10C63

Tints of Ruby #D10C63

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.75%

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 65.31%
G = 3.75%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D10C63 (or 0xD10C63) is known color: Ruby. HEX triplet: D1, 0C and 63. RGB value is (209,12,99). Sum of RGB (Red+Green+Blue) = 209+12+99=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C63 is #2EF39C. Grayscale: #505050. Windows color (decimal): -3077021 or 6491345. OLE color: 6491345.

HSL color Cylindrical-coordinate representation of color #D10C63: hue angle of 333.5º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C63 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 12 99 -
CMYK 0 0.94 0.53 0.18
HSL 333.5º 0.89% 0.43% -
HSV(B) 333.5º 0.94% 0.82% -
XYZ 28.68 14.72 13.13 -
YUV 80.82 138.27 219.43 -
System Red Green Blue C M Y K H S L
Decimal 209 12 99 0 0.94 0.53 0.18 333.5 0.89 0.43
Hex D1 C 63 0 5E 35 12 14E 59 2B
Octal 321 14 143 0 136 65 22 516 131 53
Binary 11010001 1100 1100011 0 1011110 110101 10010 101001110 1011001 101011

Color Harmonies of #D10C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C63

Black with #D10C63

Text Example


Text Example

White with #D10C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C63; }

 p { color: rgb(209,12,99); }

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

background-color css

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

 a { background-color: rgb(209,12,99); }

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

border-color css

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

 span { border-color: rgb(209,12,99); }

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