Html Css Color HEX #D7146E Ruby

📋 copy color: '#D7146E'

red 215 ◦ green 20 ◦ blue 110

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

Shades of Ruby #D7146E

Tints of Ruby #D7146E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 62.32%
G = 5.8%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7146E (or 0xD7146E) is known color: Ruby. HEX triplet: D7, 14 and 6E. RGB value is (215,20,110). Sum of RGB (Red+Green+Blue) = 215+20+110=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7146E is #28EB91. Grayscale: #585858. Windows color (decimal): -2681746 or 7214295. OLE color: 7214295.

HSL color Cylindrical-coordinate representation of color #D7146E: hue angle of 332.31º 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 #D7146E is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 20 110 -
CMYK 0 0.91 0.49 0.16
HSL 332.31º 0.83% 0.46% -
HSV(B) 332.31º 0.91% 0.84% -
XYZ 31.09 16.07 16.22 -
YUV 88.57 140.1 218.18 -
System Red Green Blue C M Y K H S L
Decimal 215 20 110 0 0.91 0.49 0.16 332.31 0.83 0.46
Hex D7 14 6E 0 5B 31 10 14C 53 2E
Octal 327 24 156 0 133 61 20 514 123 56
Binary 11010111 10100 1101110 0 1011011 110001 10000 101001100 1010011 101110

Color Harmonies of #D7146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7146E

Black with #D7146E

Text Example


Text Example

White with #D7146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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