Html Css Color HEX #D57FB9 Persian Pink

📋 copy color: '#D57FB9'

red 213 ◦ green 127 ◦ blue 185

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

Shades of Persian Pink #D57FB9

Tints of Persian Pink #D57FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.24%

R = 40.57%
G = 24.19%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D57FB9 (or 0xD57FB9) is known color: Persian Pink. HEX triplet: D5, 7F and B9. RGB value is (213,127,185). Sum of RGB (Red+Green+Blue) = 213+127+185=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FB9 is #2A8046. Grayscale: #9F9F9F. Windows color (decimal): -2785351 or 12156885. OLE color: 12156885.

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

Color convert

RGB 213 127 185 -
CMYK 0 0.40 0.13 0.16
HSL 319.53º 0.51% 0.67% -
HSV(B) 319.53º 0.4% 0.84% -
XYZ 43.79 32.83 49.93 -
YUV 159.33 142.49 166.28 -
System Red Green Blue C M Y K H S L
Decimal 213 127 185 0 0.40 0.13 0.16 319.53 0.51 0.67
Hex D5 7F B9 0 28 D 10 140 33 43
Octal 325 177 271 0 50 15 20 500 63 103
Binary 11010101 1111111 10111001 0 101000 1101 10000 101000000 110011 1000011

Color Harmonies of #D57FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FB9

Black with #D57FB9

Text Example


Text Example

White with #D57FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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