Html Css Color HEX #D57AB2 Persian Pink

📋 copy color: '#D57AB2'

red 213 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #D57AB2

Tints of Persian Pink #D57AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 41.52%
G = 23.78%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D57AB2 (or 0xD57AB2) is known color: Persian Pink. HEX triplet: D5, 7A and B2. RGB value is (213,122,178). Sum of RGB (Red+Green+Blue) = 213+122+178=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57AB2 is #2A854D. Grayscale: #9B9B9B. Windows color (decimal): -2786638 or 11696853. OLE color: 11696853.

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

Color convert

RGB 213 122 178 -
CMYK 0 0.43 0.16 0.16
HSL 323.08º 0.52% 0.66% -
HSV(B) 323.08º 0.43% 0.84% -
XYZ 42.44 31.28 45.92 -
YUV 155.59 140.65 168.95 -
System Red Green Blue C M Y K H S L
Decimal 213 122 178 0 0.43 0.16 0.16 323.08 0.52 0.66
Hex D5 7A B2 0 2B 10 10 143 34 42
Octal 325 172 262 0 53 20 20 503 64 102
Binary 11010101 1111010 10110010 0 101011 10000 10000 101000011 110100 1000010

Color Harmonies of #D57AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AB2

Black with #D57AB2

Text Example


Text Example

White with #D57AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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