Html Css Color HEX #D47AB5 Persian Pink

📋 copy color: '#D47AB5'

red 212 ◦ green 122 ◦ blue 181

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

Shades of Persian Pink #D47AB5

Tints of Persian Pink #D47AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 41.17%
G = 23.69%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#D47AB5 (or 0xD47AB5) is known color: Persian Pink. HEX triplet: D4, 7A and B5. RGB value is (212,122,181). Sum of RGB (Red+Green+Blue) = 212+122+181=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AB5 is #2B854A. Grayscale: #9B9B9B. Windows color (decimal): -2852171 or 11893460. OLE color: 11893460.

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

Color convert

RGB 212 122 181 -
CMYK 0 0.42 0.15 0.17
HSL 320.67º 0.51% 0.65% -
HSV(B) 320.67º 0.42% 0.83% -
XYZ 42.45 31.25 47.51 -
YUV 155.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 212 122 181 0 0.42 0.15 0.17 320.67 0.51 0.65
Hex D4 7A B5 0 2A F 11 141 33 41
Octal 324 172 265 0 52 17 21 501 63 101
Binary 11010100 1111010 10110101 0 101010 1111 10001 101000001 110011 1000001

Color Harmonies of #D47AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47AB5

Black with #D47AB5

Text Example


Text Example

White with #D47AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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