Html Css Color HEX #D51152 Ruby

📋 copy color: '#D51152'

red 213 ◦ green 17 ◦ blue 82

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

Shades of Ruby #D51152

Tints of Ruby #D51152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

 BLUE value IS 82 (32.42% from 255) = 26.28%

R = 68.27%
G = 5.45%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D51152 (or 0xD51152) is known color: Ruby. HEX triplet: D5, 11 and 52. RGB value is (213,17,82). Sum of RGB (Red+Green+Blue) = 213+17+82=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D51152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51152 is #2AEEAD. Grayscale: #525252. Windows color (decimal): -2813614 or 5378517. OLE color: 5378517.

HSL color Cylindrical-coordinate representation of color #D51152: hue angle of 340.1º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51152 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 17 82 -
CMYK 0 0.92 0.62 0.16
HSL 340.1º 0.85% 0.45% -
HSV(B) 340.1º 0.92% 0.84% -
XYZ 29.16 15.16 9.37 -
YUV 83.01 127.43 220.71 -
System Red Green Blue C M Y K H S L
Decimal 213 17 82 0 0.92 0.62 0.16 340.1 0.85 0.45
Hex D5 11 52 0 5C 3E 10 154 55 2D
Octal 325 21 122 0 134 76 20 524 125 55
Binary 11010101 10001 1010010 0 1011100 111110 10000 101010100 1010101 101101

Color Harmonies of #D51152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51152

Black with #D51152

Text Example


Text Example

White with #D51152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51152; }

 p { color: rgb(213,17,82); }

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

background-color css

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

 a { background-color: rgb(213,17,82); }

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

border-color css

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

 span { border-color: rgb(213,17,82); }

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