Html Css Color HEX #D47EB7 Persian Pink

📋 copy color: '#D47EB7'

red 212 ◦ green 126 ◦ blue 183

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

Shades of Persian Pink #D47EB7

Tints of Persian Pink #D47EB7

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.18%

 BLUE value IS 183 (71.88% from 255) = 35.12%

R = 40.69%
G = 24.18%
B = 35.12%

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

#D47EB7 (or 0xD47EB7) is known color: Persian Pink. HEX triplet: D4, 7E and B7. RGB value is (212,126,183). Sum of RGB (Red+Green+Blue) = 212+126+183=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D47EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47EB7 is #2B8148. Grayscale: #9E9E9E. Windows color (decimal): -2851145 or 12025556. OLE color: 12025556.

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

Color convert

RGB 212 126 183 -
CMYK 0 0.41 0.14 0.17
HSL 320.23º 0.5% 0.66% -
HSV(B) 320.23º 0.41% 0.83% -
XYZ 43.16 32.34 48.77 -
YUV 158.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 212 126 183 0 0.41 0.14 0.17 320.23 0.5 0.66
Hex D4 7E B7 0 29 E 11 140 32 42
Octal 324 176 267 0 51 16 21 500 62 102
Binary 11010100 1111110 10110111 0 101001 1110 10001 101000000 110010 1000010

Color Harmonies of #D47EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47EB7

Black with #D47EB7

Text Example


Text Example

White with #D47EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47EB7; }

 p { color: rgb(212,126,183); }

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

background-color css

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

 a { background-color: rgb(212,126,183); }

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

border-color css

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

 span { border-color: rgb(212,126,183); }

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