Html Css Color HEX #D47296 Pale Violet Red

📋 copy color: '#D47296'

red 212 ◦ green 114 ◦ blue 150

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

Shades of Pale Violet Red #D47296

Tints of Pale Violet Red #D47296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.95%

 BLUE value IS 150 (58.98% from 255) = 31.51%

R = 44.54%
G = 23.95%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D47296 (or 0xD47296) is known color: Pale Violet Red. HEX triplet: D4, 72 and 96. RGB value is (212,114,150). Sum of RGB (Red+Green+Blue) = 212+114+150=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D47296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47296 is #2B8D69. Grayscale: #939393. Windows color (decimal): -2854250 or 9859796. OLE color: 9859796.

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

Color convert

RGB 212 114 150 -
CMYK 0 0.46 0.29 0.17
HSL 337.96º 0.53% 0.64% -
HSV(B) 337.96º 0.46% 0.83% -
XYZ 38.67 28.23 32.27 -
YUV 147.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 212 114 150 0 0.46 0.29 0.17 337.96 0.53 0.64
Hex D4 72 96 0 2E 1D 11 152 35 40
Octal 324 162 226 0 56 35 21 522 65 100
Binary 11010100 1110010 10010110 0 101110 11101 10001 101010010 110101 1000000

Color Harmonies of #D47296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47296

Black with #D47296

Text Example


Text Example

White with #D47296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47296; }

 p { color: rgb(212,114,150); }

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

background-color css

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

 a { background-color: rgb(212,114,150); }

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

border-color css

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

 span { border-color: rgb(212,114,150); }

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