Html Css Color HEX #D47BB9 Persian Pink

📋 copy color: '#D47BB9'

red 212 ◦ green 123 ◦ blue 185

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

Shades of Persian Pink #D47BB9

Tints of Persian Pink #D47BB9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.65%

 BLUE value IS 185 (72.66% from 255) = 35.58%

R = 40.77%
G = 23.65%
B = 35.58%

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

#D47BB9 (or 0xD47BB9) is known color: Persian Pink. HEX triplet: D4, 7B and B9. RGB value is (212,123,185). Sum of RGB (Red+Green+Blue) = 212+123+185=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D47BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47BB9 is #2B8446. Grayscale: #9C9C9C. Windows color (decimal): -2851911 or 12155860. OLE color: 12155860.

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

Color convert

RGB 212 123 185 -
CMYK 0 0.42 0.13 0.17
HSL 318.2º 0.51% 0.66% -
HSV(B) 318.2º 0.42% 0.83% -
XYZ 42.99 31.67 49.75 -
YUV 156.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 212 123 185 0 0.42 0.13 0.17 318.2 0.51 0.66
Hex D4 7B B9 0 2A D 11 13E 33 42
Octal 324 173 271 0 52 15 21 476 63 102
Binary 11010100 1111011 10111001 0 101010 1101 10001 100111110 110011 1000010

Color Harmonies of #D47BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47BB9

Black with #D47BB9

Text Example


Text Example

White with #D47BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47BB9; }

 p { color: rgb(212,123,185); }

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

background-color css

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

 a { background-color: rgb(212,123,185); }

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

border-color css

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

 span { border-color: rgb(212,123,185); }

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