Html Css Color HEX #D4196A Ruby

📋 copy color: '#D4196A'

red 212 ◦ green 25 ◦ blue 106

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

Shades of Ruby #D4196A

Tints of Ruby #D4196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 61.81%
G = 7.29%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4196A (or 0xD4196A) is known color: Ruby. HEX triplet: D4, 19 and 6A. RGB value is (212,25,106). Sum of RGB (Red+Green+Blue) = 212+25+106=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4196A is #2BE695. Grayscale: #5A5A5A. Windows color (decimal): -2877078 or 6953428. OLE color: 6953428.

HSL color Cylindrical-coordinate representation of color #D4196A: hue angle of 334.01º 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 #D4196A is Cyan = 0, Magento = 0.88, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 25 106 -
CMYK 0 0.88 0.5 0.17
HSL 334.01º 0.79% 0.46% -
HSV(B) 334.01º 0.88% 0.83% -
XYZ 30.1 15.73 15.09 -
YUV 90.15 136.95 214.91 -
System Red Green Blue C M Y K H S L
Decimal 212 25 106 0 0.88 0.5 0.17 334.01 0.79 0.46
Hex D4 19 6A 0 58 32 11 14E 4F 2E
Octal 324 31 152 0 130 62 21 516 117 56
Binary 11010100 11001 1101010 0 1011000 110010 10001 101001110 1001111 101110

Color Harmonies of #D4196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4196A

Black with #D4196A

Text Example


Text Example

White with #D4196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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