Html Css Color HEX #D7146B Ruby

📋 copy color: '#D7146B'

red 215 ◦ green 20 ◦ blue 107

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

Shades of Ruby #D7146B

Tints of Ruby #D7146B

RGB

 RED value IS 215 (84.38% from 255) = 62.87%

 GREEN value IS 20 (8.2% from 255) = 5.85%

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

R = 62.87%
G = 5.85%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7146B (or 0xD7146B) is known color: Ruby. HEX triplet: D7, 14 and 6B. RGB value is (215,20,107). Sum of RGB (Red+Green+Blue) = 215+20+107=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7146B is #28EB94. Grayscale: #585858. Windows color (decimal): -2681749 or 7017687. OLE color: 7017687.

HSL color Cylindrical-coordinate representation of color #D7146B: hue angle of 333.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D7146B is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 20 107 -
CMYK 0 0.91 0.50 0.16
HSL 333.23º 0.83% 0.46% -
HSV(B) 333.23º 0.91% 0.84% -
XYZ 30.93 16.01 15.37 -
YUV 88.22 138.6 218.43 -
System Red Green Blue C M Y K H S L
Decimal 215 20 107 0 0.91 0.50 0.16 333.23 0.83 0.46
Hex D7 14 6B 0 5B 32 10 14D 53 2E
Octal 327 24 153 0 133 62 20 515 123 56
Binary 11010111 10100 1101011 0 1011011 110010 10000 101001101 1010011 101110

Color Harmonies of #D7146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7146B

Black with #D7146B

Text Example


Text Example

White with #D7146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7146B; }

 p { color: rgb(215,20,107); }

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

background-color css

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

 a { background-color: rgb(215,20,107); }

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

border-color css

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

 span { border-color: rgb(215,20,107); }

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