Html Css Color HEX #D3156B Ruby

📋 copy color: '#D3156B'

red 211 ◦ green 21 ◦ blue 107

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

Shades of Ruby #D3156B

Tints of Ruby #D3156B

RGB

 RED value IS 211 (82.81% from 255) = 62.24%

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

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 62.24%
G = 6.19%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3156B (or 0xD3156B) is known color: Ruby. HEX triplet: D3, 15 and 6B. RGB value is (211,21,107). Sum of RGB (Red+Green+Blue) = 211+21+107=339 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.24% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 211 - color contains mainly: red. Hex color #D3156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3156B is #2CEA94. Grayscale: #575757. Windows color (decimal): -2943637 or 7017939. OLE color: 7017939.

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

Color convert

RGB 211 21 107 -
CMYK 0 0.90 0.49 0.17
HSL 332.84º 0.82% 0.45% -
HSV(B) 332.84º 0.9% 0.83% -
XYZ 29.79 15.45 15.32 -
YUV 87.61 138.95 216.01 -
System Red Green Blue C M Y K H S L
Decimal 211 21 107 0 0.90 0.49 0.17 332.84 0.82 0.45
Hex D3 15 6B 0 5A 31 11 14D 52 2D
Octal 323 25 153 0 132 61 21 515 122 55
Binary 11010011 10101 1101011 0 1011010 110001 10001 101001101 1010010 101101

Color Harmonies of #D3156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3156B

Black with #D3156B

Text Example


Text Example

White with #D3156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3156B; }

 p { color: rgb(211,21,107); }

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

background-color css

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

 a { background-color: rgb(211,21,107); }

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

border-color css

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

 span { border-color: rgb(211,21,107); }

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