Html Css Color HEX #D47B95 Charm

📋 copy color: '#D47B95'

red 212 ◦ green 123 ◦ blue 149

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

Shades of Charm #D47B95

Tints of Charm #D47B95

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.41%

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 43.8%
G = 25.41%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D47B95 (or 0xD47B95) is known color: Charm. HEX triplet: D4, 7B and 95. RGB value is (212,123,149). Sum of RGB (Red+Green+Blue) = 212+123+149=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47B95 is #2B846A. Grayscale: #989898. Windows color (decimal): -2851947 or 9796564. OLE color: 9796564.

HSL color Cylindrical-coordinate representation of color #D47B95: hue angle of 342.47º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47B95 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 123 149 -
CMYK 0 0.42 0.30 0.17
HSL 342.47º 0.51% 0.66% -
HSV(B) 342.47º 0.42% 0.83% -
XYZ 39.66 30.33 32.2 -
YUV 152.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 212 123 149 0 0.42 0.30 0.17 342.47 0.51 0.66
Hex D4 7B 95 0 2A 1E 11 156 33 42
Octal 324 173 225 0 52 36 21 526 63 102
Binary 11010100 1111011 10010101 0 101010 11110 10001 101010110 110011 1000010

Color Harmonies of #D47B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47B95

Black with #D47B95

Text Example


Text Example

White with #D47B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47B95; }

 p { color: rgb(212,123,149); }

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

background-color css

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

 a { background-color: rgb(212,123,149); }

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

border-color css

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

 span { border-color: rgb(212,123,149); }

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