Html Css Color HEX #D47A8F Charm

📋 copy color: '#D47A8F'

red 212 ◦ green 122 ◦ blue 143

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

Shades of Charm #D47A8F

Tints of Charm #D47A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.58%

 BLUE value IS 143 (56.25% from 255) = 29.98%

R = 44.44%
G = 25.58%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D47A8F (or 0xD47A8F) is known color: Charm. HEX triplet: D4, 7A and 8F. RGB value is (212,122,143). Sum of RGB (Red+Green+Blue) = 212+122+143=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A8F is #2B8570. Grayscale: #979797. Windows color (decimal): -2852209 or 9403092. OLE color: 9403092.

HSL color Cylindrical-coordinate representation of color #D47A8F: hue angle of 346º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47A8F is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 122 143 -
CMYK 0 0.42 0.33 0.17
HSL 346º 0.51% 0.65% -
HSV(B) 346º 0.42% 0.83% -
XYZ 39.07 29.9 29.7 -
YUV 151.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 212 122 143 0 0.42 0.33 0.17 346 0.51 0.65
Hex D4 7A 8F 0 2A 21 11 15A 33 41
Octal 324 172 217 0 52 41 21 532 63 101
Binary 11010100 1111010 10001111 0 101010 100001 10001 101011010 110011 1000001

Color Harmonies of #D47A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A8F

Black with #D47A8F

Text Example


Text Example

White with #D47A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A8F; }

 p { color: rgb(212,122,143); }

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

background-color css

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

 a { background-color: rgb(212,122,143); }

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

border-color css

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

 span { border-color: rgb(212,122,143); }

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