Html Css Color HEX #D57CBA Persian Pink

📋 copy color: '#D57CBA'

red 213 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #D57CBA

Tints of Persian Pink #D57CBA

RGB

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

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

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

R = 40.73%
G = 23.71%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D57CBA (or 0xD57CBA) is known color: Persian Pink. HEX triplet: D5, 7C and BA. RGB value is (213,124,186). Sum of RGB (Red+Green+Blue) = 213+124+186=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CBA is #2A8345. Grayscale: #9D9D9D. Windows color (decimal): -2786118 or 12221653. OLE color: 12221653.

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

Color convert

RGB 213 124 186 -
CMYK 0 0.42 0.13 0.16
HSL 318.2º 0.51% 0.66% -
HSV(B) 318.2º 0.42% 0.84% -
XYZ 43.51 32.11 50.36 -
YUV 157.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 213 124 186 0 0.42 0.13 0.16 318.2 0.51 0.66
Hex D5 7C BA 0 2A D 10 13E 33 42
Octal 325 174 272 0 52 15 20 476 63 102
Binary 11010101 1111100 10111010 0 101010 1101 10000 100111110 110011 1000010

Color Harmonies of #D57CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CBA

Black with #D57CBA

Text Example


Text Example

White with #D57CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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