Html Css Color HEX #D10C67 Ruby

📋 copy color: '#D10C67'

red 209 ◦ green 12 ◦ blue 103

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

Shades of Ruby #D10C67

Tints of Ruby #D10C67

RGB

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

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

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

R = 64.51%
G = 3.7%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D10C67 (or 0xD10C67) is known color: Ruby. HEX triplet: D1, 0C and 67. RGB value is (209,12,103). Sum of RGB (Red+Green+Blue) = 209+12+103=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C67 is #2EF398. Grayscale: #515151. Windows color (decimal): -3077017 or 6753489. OLE color: 6753489.

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

Color convert

RGB 209 12 103 -
CMYK 0 0.94 0.51 0.18
HSL 332.28º 0.89% 0.43% -
HSV(B) 332.28º 0.94% 0.82% -
XYZ 28.87 14.8 14.17 -
YUV 81.28 140.27 219.1 -
System Red Green Blue C M Y K H S L
Decimal 209 12 103 0 0.94 0.51 0.18 332.28 0.89 0.43
Hex D1 C 67 0 5E 33 12 14C 59 2B
Octal 321 14 147 0 136 63 22 514 131 53
Binary 11010001 1100 1100111 0 1011110 110011 10010 101001100 1011001 101011

Color Harmonies of #D10C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C67

Black with #D10C67

Text Example


Text Example

White with #D10C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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