Html Css Color HEX #D47A8A Charm

📋 copy color: '#D47A8A'

red 212 ◦ green 122 ◦ blue 138

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

Shades of Charm #D47A8A

Tints of Charm #D47A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 44.92%
G = 25.85%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D47A8A (or 0xD47A8A) is known color: Charm. HEX triplet: D4, 7A and 8A. RGB value is (212,122,138). Sum of RGB (Red+Green+Blue) = 212+122+138=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A8A is #2B8575. Grayscale: #969696. Windows color (decimal): -2852214 or 9075412. OLE color: 9075412.

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

Color convert

RGB 212 122 138 -
CMYK 0 0.42 0.35 0.17
HSL 349.33º 0.51% 0.65% -
HSV(B) 349.33º 0.42% 0.83% -
XYZ 38.7 29.75 27.75 -
YUV 150.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 212 122 138 0 0.42 0.35 0.17 349.33 0.51 0.65
Hex D4 7A 8A 0 2A 23 11 15D 33 41
Octal 324 172 212 0 52 43 21 535 63 101
Binary 11010100 1111010 10001010 0 101010 100011 10001 101011101 110011 1000001

Color Harmonies of #D47A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A8A

Black with #D47A8A

Text Example


Text Example

White with #D47A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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