Html Css Color HEX #D7145A Ruby

📋 copy color: '#D7145A'

red 215 ◦ green 20 ◦ blue 90

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

Shades of Ruby #D7145A

Tints of Ruby #D7145A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 66.15%
G = 6.15%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7145A (or 0xD7145A) is known color: Ruby. HEX triplet: D7, 14 and 5A. RGB value is (215,20,90). Sum of RGB (Red+Green+Blue) = 215+20+90=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7145A is #28EBA5. Grayscale: #565656. Windows color (decimal): -2681766 or 5903575. OLE color: 5903575.

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

Color convert

RGB 215 20 90 -
CMYK 0 0.91 0.58 0.16
HSL 338.46º 0.83% 0.46% -
HSV(B) 338.46º 0.91% 0.84% -
XYZ 30.12 15.69 11.11 -
YUV 86.29 130.1 219.81 -
System Red Green Blue C M Y K H S L
Decimal 215 20 90 0 0.91 0.58 0.16 338.46 0.83 0.46
Hex D7 14 5A 0 5B 3A 10 152 53 2E
Octal 327 24 132 0 133 72 20 522 123 56
Binary 11010111 10100 1011010 0 1011011 111010 10000 101010010 1010011 101110

Color Harmonies of #D7145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7145A

Black with #D7145A

Text Example


Text Example

White with #D7145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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