Html Css Color HEX #D50C6C Ruby

📋 copy color: '#D50C6C'

red 213 ◦ green 12 ◦ blue 108

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

Shades of Ruby #D50C6C

Tints of Ruby #D50C6C

RGB

 RED value IS 213 (83.59% from 255) = 63.96%

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 63.96%
G = 3.6%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D50C6C (or 0xD50C6C) is known color: Ruby. HEX triplet: D5, 0C and 6C. RGB value is (213,12,108). Sum of RGB (Red+Green+Blue) = 213+12+108=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C6C is #2AF393. Grayscale: #525252. Windows color (decimal): -2814868 or 7081173. OLE color: 7081173.

HSL color Cylindrical-coordinate representation of color #D50C6C: hue angle of 331.34º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C6C is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 12 108 -
CMYK 0 0.94 0.49 0.16
HSL 331.34º 0.89% 0.44% -
HSV(B) 331.34º 0.94% 0.84% -
XYZ 30.28 15.49 15.58 -
YUV 83.04 142.09 220.69 -
System Red Green Blue C M Y K H S L
Decimal 213 12 108 0 0.94 0.49 0.16 331.34 0.89 0.44
Hex D5 C 6C 0 5E 31 10 14B 59 2C
Octal 325 14 154 0 136 61 20 513 131 54
Binary 11010101 1100 1101100 0 1011110 110001 10000 101001011 1011001 101100

Color Harmonies of #D50C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50C6C

Black with #D50C6C

Text Example


Text Example

White with #D50C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50C6C; }

 p { color: rgb(213,12,108); }

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

background-color css

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

 a { background-color: rgb(213,12,108); }

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

border-color css

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

 span { border-color: rgb(213,12,108); }

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