Html Css Color HEX #D57AB9 Persian Pink

📋 copy color: '#D57AB9'

red 213 ◦ green 122 ◦ blue 185

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

Shades of Persian Pink #D57AB9

Tints of Persian Pink #D57AB9

RGB

 RED value IS 213 (83.59% from 255) = 40.96%

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

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

R = 40.96%
G = 23.46%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D57AB9 (or 0xD57AB9) is known color: Persian Pink. HEX triplet: D5, 7A and B9. RGB value is (213,122,185). Sum of RGB (Red+Green+Blue) = 213+122+185=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AB9 is #2A8546. Grayscale: #9C9C9C. Windows color (decimal): -2786631 or 12155605. OLE color: 12155605.

HSL color Cylindrical-coordinate representation of color #D57AB9: hue angle of 318.46º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57AB9 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 122 185 -
CMYK 0 0.43 0.13 0.16
HSL 318.46º 0.52% 0.66% -
HSV(B) 318.46º 0.43% 0.84% -
XYZ 43.16 31.57 49.72 -
YUV 156.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 213 122 185 0 0.43 0.13 0.16 318.46 0.52 0.66
Hex D5 7A B9 0 2B D 10 13E 34 42
Octal 325 172 271 0 53 15 20 476 64 102
Binary 11010101 1111010 10111001 0 101011 1101 10000 100111110 110100 1000010

Color Harmonies of #D57AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AB9

Black with #D57AB9

Text Example


Text Example

White with #D57AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AB9; }

 p { color: rgb(213,122,185); }

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

background-color css

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

 a { background-color: rgb(213,122,185); }

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

border-color css

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

 span { border-color: rgb(213,122,185); }

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