Html Css Color HEX #D57FB8 Persian Pink

📋 copy color: '#D57FB8'

red 213 ◦ green 127 ◦ blue 184

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

Shades of Persian Pink #D57FB8

Tints of Persian Pink #D57FB8

RGB

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

 GREEN value IS 127 (50% from 255) = 24.24%

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 40.65%
G = 24.24%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D57FB8 (or 0xD57FB8) is known color: Persian Pink. HEX triplet: D5, 7F and B8. RGB value is (213,127,184). Sum of RGB (Red+Green+Blue) = 213+127+184=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FB8 is #2A8047. Grayscale: #9F9F9F. Windows color (decimal): -2785352 or 12091349. OLE color: 12091349.

HSL color Cylindrical-coordinate representation of color #D57FB8: hue angle of 320.23º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FB8 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 184 -
CMYK 0 0.40 0.14 0.16
HSL 320.23º 0.51% 0.67% -
HSV(B) 320.23º 0.4% 0.84% -
XYZ 43.68 32.79 49.37 -
YUV 159.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 213 127 184 0 0.40 0.14 0.16 320.23 0.51 0.67
Hex D5 7F B8 0 28 E 10 140 33 43
Octal 325 177 270 0 50 16 20 500 63 103
Binary 11010101 1111111 10111000 0 101000 1110 10000 101000000 110011 1000011

Color Harmonies of #D57FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FB8

Black with #D57FB8

Text Example


Text Example

White with #D57FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FB8; }

 p { color: rgb(213,127,184); }

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

background-color css

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

 a { background-color: rgb(213,127,184); }

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

border-color css

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

 span { border-color: rgb(213,127,184); }

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