Html Css Color HEX #D47DA8 Can Can

📋 copy color: '#D47DA8'

red 212 ◦ green 125 ◦ blue 168

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

Shades of Can Can #D47DA8

Tints of Can Can #D47DA8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.75%

 BLUE value IS 168 (66.02% from 255) = 33.27%

R = 41.98%
G = 24.75%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D47DA8 (or 0xD47DA8) is known color: Can Can. HEX triplet: D4, 7D and A8. RGB value is (212,125,168). Sum of RGB (Red+Green+Blue) = 212+125+168=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47DA8 is #2B8257. Grayscale: #9B9B9B. Windows color (decimal): -2851416 or 11042260. OLE color: 11042260.

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

Color convert

RGB 212 125 168 -
CMYK 0 0.41 0.21 0.17
HSL 330.34º 0.5% 0.66% -
HSV(B) 330.34º 0.41% 0.83% -
XYZ 41.55 31.49 40.93 -
YUV 155.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 212 125 168 0 0.41 0.21 0.17 330.34 0.5 0.66
Hex D4 7D A8 0 29 15 11 14A 32 42
Octal 324 175 250 0 51 25 21 512 62 102
Binary 11010100 1111101 10101000 0 101001 10101 10001 101001010 110010 1000010

Color Harmonies of #D47DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47DA8

Black with #D47DA8

Text Example


Text Example

White with #D47DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47DA8; }

 p { color: rgb(212,125,168); }

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

background-color css

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

 a { background-color: rgb(212,125,168); }

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

border-color css

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

 span { border-color: rgb(212,125,168); }

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