Html Css Color HEX #D47B94 Charm

📋 copy color: '#D47B94'

red 212 ◦ green 123 ◦ blue 148

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

Shades of Charm #D47B94

Tints of Charm #D47B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.64%

R = 43.89%
G = 25.47%
B = 30.64%

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

#D47B94 (or 0xD47B94) is known color: Charm. HEX triplet: D4, 7B and 94. RGB value is (212,123,148). Sum of RGB (Red+Green+Blue) = 212+123+148=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47B94 is #2B846B. Grayscale: #989898. Windows color (decimal): -2851948 or 9731028. OLE color: 9731028.

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

Color convert

RGB 212 123 148 -
CMYK 0 0.42 0.30 0.17
HSL 343.15º 0.51% 0.66% -
HSV(B) 343.15º 0.42% 0.83% -
XYZ 39.58 30.3 31.78 -
YUV 152.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 212 123 148 0 0.42 0.30 0.17 343.15 0.51 0.66
Hex D4 7B 94 0 2A 1E 11 157 33 42
Octal 324 173 224 0 52 36 21 527 63 102
Binary 11010100 1111011 10010100 0 101010 11110 10001 101010111 110011 1000010

Color Harmonies of #D47B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47B94

Black with #D47B94

Text Example


Text Example

White with #D47B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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