Html Css Color HEX #D57BBA Persian Pink

📋 copy color: '#D57BBA'

red 213 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #D57BBA

Tints of Persian Pink #D57BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.56%

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

R = 40.8%
G = 23.56%
B = 35.63%

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

#D57BBA (or 0xD57BBA) is known color: Persian Pink. HEX triplet: D5, 7B and BA. RGB value is (213,123,186). Sum of RGB (Red+Green+Blue) = 213+123+186=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BBA is #2A8445. Grayscale: #9C9C9C. Windows color (decimal): -2786374 or 12221397. OLE color: 12221397.

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

Color convert

RGB 213 123 186 -
CMYK 0 0.42 0.13 0.16
HSL 318º 0.52% 0.66% -
HSV(B) 318º 0.42% 0.84% -
XYZ 43.39 31.86 50.32 -
YUV 157.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 213 123 186 0 0.42 0.13 0.16 318 0.52 0.66
Hex D5 7B BA 0 2A D 10 13E 34 42
Octal 325 173 272 0 52 15 20 476 64 102
Binary 11010101 1111011 10111010 0 101010 1101 10000 100111110 110100 1000010

Color Harmonies of #D57BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BBA

Black with #D57BBA

Text Example


Text Example

White with #D57BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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