Html Css Color HEX #D47F9F Can Can

📋 copy color: '#D47F9F'

red 212 ◦ green 127 ◦ blue 159

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

Shades of Can Can #D47F9F

Tints of Can Can #D47F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 25.5%

 BLUE value IS 159 (62.5% from 255) = 31.93%

R = 42.57%
G = 25.5%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D47F9F (or 0xD47F9F) is known color: Can Can. HEX triplet: D4, 7F and 9F. RGB value is (212,127,159). Sum of RGB (Red+Green+Blue) = 212+127+159=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47F9F is #2B8060. Grayscale: #9C9C9C. Windows color (decimal): -2850913 or 10452948. OLE color: 10452948.

HSL color Cylindrical-coordinate representation of color #D47F9F: hue angle of 337.41º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D47F9F is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 127 159 -
CMYK 0 0.40 0.25 0.17
HSL 337.41º 0.5% 0.66% -
HSV(B) 337.41º 0.4% 0.83% -
XYZ 41 31.68 36.75 -
YUV 156.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 212 127 159 0 0.40 0.25 0.17 337.41 0.5 0.66
Hex D4 7F 9F 0 28 19 11 151 32 42
Octal 324 177 237 0 50 31 21 521 62 102
Binary 11010100 1111111 10011111 0 101000 11001 10001 101010001 110010 1000010

Color Harmonies of #D47F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47F9F

Black with #D47F9F

Text Example


Text Example

White with #D47F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47F9F; }

 p { color: rgb(212,127,159); }

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

background-color css

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

 a { background-color: rgb(212,127,159); }

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

border-color css

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

 span { border-color: rgb(212,127,159); }

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