Html Css Color HEX #D57AB1 Persian Pink

📋 copy color: '#D57AB1'

red 213 ◦ green 122 ◦ blue 177

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

Shades of Persian Pink #D57AB1

Tints of Persian Pink #D57AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.57%

R = 41.6%
G = 23.83%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D57AB1 (or 0xD57AB1) is known color: Persian Pink. HEX triplet: D5, 7A and B1. RGB value is (213,122,177). Sum of RGB (Red+Green+Blue) = 213+122+177=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 177 (69.53% from 255 or 34.57% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57AB1 is #2A854E. Grayscale: #9B9B9B. Windows color (decimal): -2786639 or 11631317. OLE color: 11631317.

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

Color convert

RGB 213 122 177 -
CMYK 0 0.43 0.17 0.16
HSL 323.74º 0.52% 0.66% -
HSV(B) 323.74º 0.43% 0.84% -
XYZ 42.34 31.24 45.39 -
YUV 155.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 213 122 177 0 0.43 0.17 0.16 323.74 0.52 0.66
Hex D5 7A B1 0 2B 11 10 144 34 42
Octal 325 172 261 0 53 21 20 504 64 102
Binary 11010101 1111010 10110001 0 101011 10001 10000 101000100 110100 1000010

Color Harmonies of #D57AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AB1

Black with #D57AB1

Text Example


Text Example

White with #D57AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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