Html Css Color HEX #D47A92 Charm

📋 copy color: '#D47A92'

red 212 ◦ green 122 ◦ blue 146

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

Shades of Charm #D47A92

Tints of Charm #D47A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.42%

R = 44.17%
G = 25.42%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D47A92 (or 0xD47A92) is known color: Charm. HEX triplet: D4, 7A and 92. RGB value is (212,122,146). Sum of RGB (Red+Green+Blue) = 212+122+146=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A92 is #2B856D. Grayscale: #979797. Windows color (decimal): -2852206 or 9599700. OLE color: 9599700.

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

Color convert

RGB 212 122 146 -
CMYK 0 0.42 0.31 0.17
HSL 344º 0.51% 0.65% -
HSV(B) 344º 0.42% 0.83% -
XYZ 39.3 29.99 30.91 -
YUV 151.65 124.82 171.05 -
System Red Green Blue C M Y K H S L
Decimal 212 122 146 0 0.42 0.31 0.17 344 0.51 0.65
Hex D4 7A 92 0 2A 1F 11 158 33 41
Octal 324 172 222 0 52 37 21 530 63 101
Binary 11010100 1111010 10010010 0 101010 11111 10001 101011000 110011 1000001

Color Harmonies of #D47A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A92

Black with #D47A92

Text Example


Text Example

White with #D47A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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