Html Css Color HEX #D47AB7 Persian Pink

📋 copy color: '#D47AB7'

red 212 ◦ green 122 ◦ blue 183

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

Shades of Persian Pink #D47AB7

Tints of Persian Pink #D47AB7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.6%

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

R = 41.01%
G = 23.6%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D47AB7 (or 0xD47AB7) is known color: Persian Pink. HEX triplet: D4, 7A and B7. RGB value is (212,122,183). Sum of RGB (Red+Green+Blue) = 212+122+183=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AB7 is #2B8548. Grayscale: #9B9B9B. Windows color (decimal): -2852169 or 12024532. OLE color: 12024532.

HSL color Cylindrical-coordinate representation of color #D47AB7: hue angle of 319.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47AB7 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 122 183 -
CMYK 0 0.42 0.14 0.17
HSL 319.33º 0.51% 0.65% -
HSV(B) 319.33º 0.42% 0.83% -
XYZ 42.66 31.34 48.6 -
YUV 155.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 212 122 183 0 0.42 0.14 0.17 319.33 0.51 0.65
Hex D4 7A B7 0 2A E 11 13F 33 41
Octal 324 172 267 0 52 16 21 477 63 101
Binary 11010100 1111010 10110111 0 101010 1110 10001 100111111 110011 1000001

Color Harmonies of #D47AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47AB7

Black with #D47AB7

Text Example


Text Example

White with #D47AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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