Html Css Color HEX #D57AB5 Persian Pink

📋 copy color: '#D57AB5'

red 213 ◦ green 122 ◦ blue 181

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

Shades of Persian Pink #D57AB5

Tints of Persian Pink #D57AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.08%

R = 41.28%
G = 23.64%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D57AB5 (or 0xD57AB5) is known color: Persian Pink. HEX triplet: D5, 7A and B5. RGB value is (213,122,181). Sum of RGB (Red+Green+Blue) = 213+122+181=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AB5 is #2A854A. Grayscale: #9B9B9B. Windows color (decimal): -2786635 or 11893461. OLE color: 11893461.

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

Color convert

RGB 213 122 181 -
CMYK 0 0.43 0.15 0.16
HSL 321.1º 0.52% 0.66% -
HSV(B) 321.1º 0.43% 0.84% -
XYZ 42.74 31.4 47.52 -
YUV 155.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 213 122 181 0 0.43 0.15 0.16 321.1 0.52 0.66
Hex D5 7A B5 0 2B F 10 141 34 42
Octal 325 172 265 0 53 17 20 501 64 102
Binary 11010101 1111010 10110101 0 101011 1111 10000 101000001 110100 1000010

Color Harmonies of #D57AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AB5

Black with #D57AB5

Text Example


Text Example

White with #D57AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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