Html Css Color HEX #D5156C Ruby

📋 copy color: '#D5156C'

red 213 ◦ green 21 ◦ blue 108

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

Shades of Ruby #D5156C

Tints of Ruby #D5156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.14%

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

R = 62.28%
G = 6.14%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5156C (or 0xD5156C) is known color: Ruby. HEX triplet: D5, 15 and 6C. RGB value is (213,21,108). Sum of RGB (Red+Green+Blue) = 213+21+108=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5156C is #2AEA93. Grayscale: #585858. Windows color (decimal): -2812564 or 7083477. OLE color: 7083477.

HSL color Cylindrical-coordinate representation of color #D5156C: hue angle of 332.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5156C is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 108 -
CMYK 0 0.90 0.49 0.16
HSL 332.81º 0.82% 0.46% -
HSV(B) 332.81º 0.9% 0.84% -
XYZ 30.42 15.77 15.63 -
YUV 88.33 139.11 216.93 -
System Red Green Blue C M Y K H S L
Decimal 213 21 108 0 0.90 0.49 0.16 332.81 0.82 0.46
Hex D5 15 6C 0 5A 31 10 14D 52 2E
Octal 325 25 154 0 132 61 20 515 122 56
Binary 11010101 10101 1101100 0 1011010 110001 10000 101001101 1010010 101110

Color Harmonies of #D5156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5156C

Black with #D5156C

Text Example


Text Example

White with #D5156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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