Html Css Color HEX #D57BB7 Persian Pink

📋 copy color: '#D57BB7'

red 213 ◦ green 123 ◦ blue 183

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

Shades of Persian Pink #D57BB7

Tints of Persian Pink #D57BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.26%

R = 41.04%
G = 23.7%
B = 35.26%

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

#D57BB7 (or 0xD57BB7) is known color: Persian Pink. HEX triplet: D5, 7B and B7. RGB value is (213,123,183). Sum of RGB (Red+Green+Blue) = 213+123+183=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BB7 is #2A8448. Grayscale: #9C9C9C. Windows color (decimal): -2786377 or 12024789. OLE color: 12024789.

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

Color convert

RGB 213 123 183 -
CMYK 0 0.42 0.14 0.16
HSL 320º 0.52% 0.66% -
HSV(B) 320º 0.42% 0.84% -
XYZ 43.07 31.73 48.65 -
YUV 156.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 213 123 183 0 0.42 0.14 0.16 320 0.52 0.66
Hex D5 7B B7 0 2A E 10 140 34 42
Octal 325 173 267 0 52 16 20 500 64 102
Binary 11010101 1111011 10110111 0 101010 1110 10000 101000000 110100 1000010

Color Harmonies of #D57BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BB7

Black with #D57BB7

Text Example


Text Example

White with #D57BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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