Html Css Color HEX #D47A85 Charm

📋 copy color: '#D47A85'

red 212 ◦ green 122 ◦ blue 133

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

Shades of Charm #D47A85

Tints of Charm #D47A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.48%

R = 45.4%
G = 26.12%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D47A85 (or 0xD47A85) is known color: Charm. HEX triplet: D4, 7A and 85. RGB value is (212,122,133). Sum of RGB (Red+Green+Blue) = 212+122+133=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A85 is #2B857A. Grayscale: #969696. Windows color (decimal): -2852219 or 8747732. OLE color: 8747732.

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

Color convert

RGB 212 122 133 -
CMYK 0 0.42 0.37 0.17
HSL 352.67º 0.51% 0.65% -
HSV(B) 352.67º 0.42% 0.83% -
XYZ 38.34 29.61 25.88 -
YUV 150.16 118.32 172.11 -
System Red Green Blue C M Y K H S L
Decimal 212 122 133 0 0.42 0.37 0.17 352.67 0.51 0.65
Hex D4 7A 85 0 2A 25 11 161 33 41
Octal 324 172 205 0 52 45 21 541 63 101
Binary 11010100 1111010 10000101 0 101010 100101 10001 101100001 110011 1000001

Color Harmonies of #D47A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A85

Black with #D47A85

Text Example


Text Example

White with #D47A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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