Html Css Color HEX #D47088 Charm

📋 copy color: '#D47088'

red 212 ◦ green 112 ◦ blue 136

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

Shades of Charm #D47088

Tints of Charm #D47088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.35%

 BLUE value IS 136 (53.52% from 255) = 29.57%

R = 46.09%
G = 24.35%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D47088 (or 0xD47088) is known color: Charm. HEX triplet: D4, 70 and 88. RGB value is (212,112,136). Sum of RGB (Red+Green+Blue) = 212+112+136=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D47088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47088 is #2B8F77. Grayscale: #909090. Windows color (decimal): -2854776 or 8941780. OLE color: 8941780.

HSL color Cylindrical-coordinate representation of color #D47088: hue angle of 345.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D47088 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 112 136 -
CMYK 0 0.47 0.36 0.17
HSL 345.6º 0.54% 0.64% -
HSV(B) 345.6º 0.47% 0.83% -
XYZ 37.39 27.36 26.6 -
YUV 144.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 212 112 136 0 0.47 0.36 0.17 345.6 0.54 0.64
Hex D4 70 88 0 2F 24 11 15A 36 40
Octal 324 160 210 0 57 44 21 532 66 100
Binary 11010100 1110000 10001000 0 101111 100100 10001 101011010 110110 1000000

Color Harmonies of #D47088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47088

Black with #D47088

Text Example


Text Example

White with #D47088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47088; }

 p { color: rgb(212,112,136); }

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

background-color css

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

 a { background-color: rgb(212,112,136); }

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

border-color css

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

 span { border-color: rgb(212,112,136); }

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