Html Css Color HEX #D57FBA Persian Pink

📋 copy color: '#D57FBA'

red 213 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #D57FBA

Tints of Persian Pink #D57FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 40.49%
G = 24.14%
B = 35.36%

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

#D57FBA (or 0xD57FBA) is known color: Persian Pink. HEX triplet: D5, 7F and BA. RGB value is (213,127,186). Sum of RGB (Red+Green+Blue) = 213+127+186=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FBA is #2A8045. Grayscale: #9F9F9F. Windows color (decimal): -2785350 or 12222421. OLE color: 12222421.

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

Color convert

RGB 213 127 186 -
CMYK 0 0.40 0.13 0.16
HSL 318.84º 0.51% 0.67% -
HSV(B) 318.84º 0.4% 0.84% -
XYZ 43.89 32.87 50.49 -
YUV 159.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 213 127 186 0 0.40 0.13 0.16 318.84 0.51 0.67
Hex D5 7F BA 0 28 D 10 13F 33 43
Octal 325 177 272 0 50 15 20 477 63 103
Binary 11010101 1111111 10111010 0 101000 1101 10000 100111111 110011 1000011

Color Harmonies of #D57FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FBA

Black with #D57FBA

Text Example


Text Example

White with #D57FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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