Html Css Color HEX #D57EB8 Persian Pink

📋 copy color: '#D57EB8'

red 213 ◦ green 126 ◦ blue 184

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

Shades of Persian Pink #D57EB8

Tints of Persian Pink #D57EB8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.09%

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

R = 40.73%
G = 24.09%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D57EB8 (or 0xD57EB8) is known color: Persian Pink. HEX triplet: D5, 7E and B8. RGB value is (213,126,184). Sum of RGB (Red+Green+Blue) = 213+126+184=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EB8 is #2A8147. Grayscale: #9E9E9E. Windows color (decimal): -2785608 or 12091093. OLE color: 12091093.

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

Color convert

RGB 213 126 184 -
CMYK 0 0.41 0.14 0.16
HSL 320º 0.51% 0.66% -
HSV(B) 320º 0.41% 0.84% -
XYZ 43.55 32.53 49.33 -
YUV 158.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 213 126 184 0 0.41 0.14 0.16 320 0.51 0.66
Hex D5 7E B8 0 29 E 10 140 33 42
Octal 325 176 270 0 51 16 20 500 63 102
Binary 11010101 1111110 10111000 0 101001 1110 10000 101000000 110011 1000010

Color Harmonies of #D57EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57EB8

Black with #D57EB8

Text Example


Text Example

White with #D57EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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