Html Css Color HEX #D47A8D Charm

📋 copy color: '#D47A8D'

red 212 ◦ green 122 ◦ blue 141

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

Shades of Charm #D47A8D

Tints of Charm #D47A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.68%

R = 44.63%
G = 25.68%
B = 29.68%

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

#D47A8D (or 0xD47A8D) is known color: Charm. HEX triplet: D4, 7A and 8D. RGB value is (212,122,141). Sum of RGB (Red+Green+Blue) = 212+122+141=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A8D is #2B8572. Grayscale: #979797. Windows color (decimal): -2852211 or 9272020. OLE color: 9272020.

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

Color convert

RGB 212 122 141 -
CMYK 0 0.42 0.33 0.17
HSL 347.33º 0.51% 0.65% -
HSV(B) 347.33º 0.42% 0.83% -
XYZ 38.92 29.84 28.91 -
YUV 151.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 212 122 141 0 0.42 0.33 0.17 347.33 0.51 0.65
Hex D4 7A 8D 0 2A 21 11 15B 33 41
Octal 324 172 215 0 52 41 21 533 63 101
Binary 11010100 1111010 10001101 0 101010 100001 10001 101011011 110011 1000001

Color Harmonies of #D47A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A8D

Black with #D47A8D

Text Example


Text Example

White with #D47A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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