Html Css Color HEX #D57AB6 Persian Pink

📋 copy color: '#D57AB6'

red 213 ◦ green 122 ◦ blue 182

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

Shades of Persian Pink #D57AB6

Tints of Persian Pink #D57AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.2%

R = 41.2%
G = 23.6%
B = 35.2%

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

#D57AB6 (or 0xD57AB6) is known color: Persian Pink. HEX triplet: D5, 7A and B6. RGB value is (213,122,182). Sum of RGB (Red+Green+Blue) = 213+122+182=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AB6 is #2A8549. Grayscale: #9B9B9B. Windows color (decimal): -2786634 or 11958997. OLE color: 11958997.

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

Color convert

RGB 213 122 182 -
CMYK 0 0.43 0.15 0.16
HSL 320.44º 0.52% 0.66% -
HSV(B) 320.44º 0.43% 0.84% -
XYZ 42.84 31.44 48.07 -
YUV 156.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 213 122 182 0 0.43 0.15 0.16 320.44 0.52 0.66
Hex D5 7A B6 0 2B F 10 140 34 42
Octal 325 172 266 0 53 17 20 500 64 102
Binary 11010101 1111010 10110110 0 101011 1111 10000 101000000 110100 1000010

Color Harmonies of #D57AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AB6

Black with #D57AB6

Text Example


Text Example

White with #D57AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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