Html Css Color HEX #D47DB6 Persian Pink

📋 copy color: '#D47DB6'

red 212 ◦ green 125 ◦ blue 182

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

Shades of Persian Pink #D47DB6

Tints of Persian Pink #D47DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 40.85%
G = 24.08%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D47DB6 (or 0xD47DB6) is known color: Persian Pink. HEX triplet: D4, 7D and B6. RGB value is (212,125,182). Sum of RGB (Red+Green+Blue) = 212+125+182=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DB6 is #2B8249. Grayscale: #9D9D9D. Windows color (decimal): -2851402 or 11959764. OLE color: 11959764.

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

Color convert

RGB 212 125 182 -
CMYK 0 0.41 0.14 0.17
HSL 320.69º 0.5% 0.66% -
HSV(B) 320.69º 0.41% 0.83% -
XYZ 42.93 32.04 48.18 -
YUV 157.51 141.82 166.87 -
System Red Green Blue C M Y K H S L
Decimal 212 125 182 0 0.41 0.14 0.17 320.69 0.5 0.66
Hex D4 7D B6 0 29 E 11 141 32 42
Octal 324 175 266 0 51 16 21 501 62 102
Binary 11010100 1111101 10110110 0 101001 1110 10001 101000001 110010 1000010

Color Harmonies of #D47DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47DB6

Black with #D47DB6

Text Example


Text Example

White with #D47DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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