Html Css Color HEX #D4145D Ruby

📋 copy color: '#D4145D'

red 212 ◦ green 20 ◦ blue 93

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

Shades of Ruby #D4145D

Tints of Ruby #D4145D

RGB

 RED value IS 212 (83.2% from 255) = 65.23%

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

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 65.23%
G = 6.15%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4145D (or 0xD4145D) is known color: Ruby. HEX triplet: D4, 14 and 5D. RGB value is (212,20,93). Sum of RGB (Red+Green+Blue) = 212+20+93=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D4145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4145D is #2BEBA2. Grayscale: #555555. Windows color (decimal): -2878371 or 6100180. OLE color: 6100180.

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

Color convert

RGB 212 20 93 -
CMYK 0 0.91 0.56 0.17
HSL 337.19º 0.83% 0.45% -
HSV(B) 337.19º 0.91% 0.83% -
XYZ 29.38 15.29 11.76 -
YUV 85.73 132.11 218.06 -
System Red Green Blue C M Y K H S L
Decimal 212 20 93 0 0.91 0.56 0.17 337.19 0.83 0.45
Hex D4 14 5D 0 5B 38 11 151 53 2D
Octal 324 24 135 0 133 70 21 521 123 55
Binary 11010100 10100 1011101 0 1011011 111000 10001 101010001 1010011 101101

Color Harmonies of #D4145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4145D

Black with #D4145D

Text Example


Text Example

White with #D4145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4145D; }

 p { color: rgb(212,20,93); }

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

background-color css

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

 a { background-color: rgb(212,20,93); }

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

border-color css

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

 span { border-color: rgb(212,20,93); }

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