Html Css Color HEX #D47A90 Charm

📋 copy color: '#D47A90'

red 212 ◦ green 122 ◦ blue 144

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

Shades of Charm #D47A90

Tints of Charm #D47A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 44.35%
G = 25.52%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D47A90 (or 0xD47A90) is known color: Charm. HEX triplet: D4, 7A and 90. RGB value is (212,122,144). Sum of RGB (Red+Green+Blue) = 212+122+144=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47A90 is #2B856F. Grayscale: #979797. Windows color (decimal): -2852208 or 9468628. OLE color: 9468628.

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

Color convert

RGB 212 122 144 -
CMYK 0 0.42 0.32 0.17
HSL 345.33º 0.51% 0.65% -
HSV(B) 345.33º 0.42% 0.83% -
XYZ 39.14 29.93 30.1 -
YUV 151.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 212 122 144 0 0.42 0.32 0.17 345.33 0.51 0.65
Hex D4 7A 90 0 2A 20 11 159 33 41
Octal 324 172 220 0 52 40 21 531 63 101
Binary 11010100 1111010 10010000 0 101010 100000 10001 101011001 110011 1000001

Color Harmonies of #D47A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47A90

Black with #D47A90

Text Example


Text Example

White with #D47A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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