Html Css Color HEX #D47AB8 Persian Pink

📋 copy color: '#D47AB8'

red 212 ◦ green 122 ◦ blue 184

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

Shades of Persian Pink #D47AB8

Tints of Persian Pink #D47AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.52%

R = 40.93%
G = 23.55%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D47AB8 (or 0xD47AB8) is known color: Persian Pink. HEX triplet: D4, 7A and B8. RGB value is (212,122,184). Sum of RGB (Red+Green+Blue) = 212+122+184=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47AB8 is #2B8547. Grayscale: #9B9B9B. Windows color (decimal): -2852168 or 12090068. OLE color: 12090068.

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

Color convert

RGB 212 122 184 -
CMYK 0 0.42 0.13 0.17
HSL 318.67º 0.51% 0.65% -
HSV(B) 318.67º 0.42% 0.83% -
XYZ 42.76 31.38 49.15 -
YUV 155.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 212 122 184 0 0.42 0.13 0.17 318.67 0.51 0.65
Hex D4 7A B8 0 2A D 11 13F 33 41
Octal 324 172 270 0 52 15 21 477 63 101
Binary 11010100 1111010 10111000 0 101010 1101 10001 100111111 110011 1000001

Color Harmonies of #D47AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47AB8

Black with #D47AB8

Text Example


Text Example

White with #D47AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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