Html Css Color HEX #D57CB8 Persian Pink

📋 copy color: '#D57CB8'

red 213 ◦ green 124 ◦ blue 184

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

Shades of Persian Pink #D57CB8

Tints of Persian Pink #D57CB8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.8%

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

R = 40.88%
G = 23.8%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D57CB8 (or 0xD57CB8) is known color: Persian Pink. HEX triplet: D5, 7C and B8. RGB value is (213,124,184). Sum of RGB (Red+Green+Blue) = 213+124+184=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CB8 is #2A8347. Grayscale: #9D9D9D. Windows color (decimal): -2786120 or 12090581. OLE color: 12090581.

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

Color convert

RGB 213 124 184 -
CMYK 0 0.42 0.14 0.16
HSL 319.55º 0.51% 0.66% -
HSV(B) 319.55º 0.42% 0.84% -
XYZ 43.3 32.02 49.25 -
YUV 157.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 213 124 184 0 0.42 0.14 0.16 319.55 0.51 0.66
Hex D5 7C B8 0 2A E 10 140 33 42
Octal 325 174 270 0 52 16 20 500 63 102
Binary 11010101 1111100 10111000 0 101010 1110 10000 101000000 110011 1000010

Color Harmonies of #D57CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CB8

Black with #D57CB8

Text Example


Text Example

White with #D57CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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