Html Css Color HEX #D4196C Ruby

📋 copy color: '#D4196C'

red 212 ◦ green 25 ◦ blue 108

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

Shades of Ruby #D4196C

Tints of Ruby #D4196C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.25%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 61.45%
G = 7.25%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4196C (or 0xD4196C) is known color: Ruby. HEX triplet: D4, 19 and 6C. RGB value is (212,25,108). Sum of RGB (Red+Green+Blue) = 212+25+108=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D4196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4196C is #2BE693. Grayscale: #5A5A5A. Windows color (decimal): -2877076 or 7084500. OLE color: 7084500.

HSL color Cylindrical-coordinate representation of color #D4196C: hue angle of 333.37º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4196C is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 25 108 -
CMYK 0 0.88 0.49 0.17
HSL 333.37º 0.79% 0.46% -
HSV(B) 333.37º 0.88% 0.83% -
XYZ 30.21 15.78 15.64 -
YUV 90.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 212 25 108 0 0.88 0.49 0.17 333.37 0.79 0.46
Hex D4 19 6C 0 58 31 11 14D 4F 2E
Octal 324 31 154 0 130 61 21 515 117 56
Binary 11010100 11001 1101100 0 1011000 110001 10001 101001101 1001111 101110

Color Harmonies of #D4196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4196C

Black with #D4196C

Text Example


Text Example

White with #D4196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4196C; }

 p { color: rgb(212,25,108); }

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

background-color css

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

 a { background-color: rgb(212,25,108); }

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

border-color css

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

 span { border-color: rgb(212,25,108); }

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