Html Css Color HEX #D57BB8 Persian Pink

📋 copy color: '#D57BB8'

red 213 ◦ green 123 ◦ blue 184

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

Shades of Persian Pink #D57BB8

Tints of Persian Pink #D57BB8

RGB

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

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

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

R = 40.96%
G = 23.65%
B = 35.38%

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

#D57BB8 (or 0xD57BB8) is known color: Persian Pink. HEX triplet: D5, 7B and B8. RGB value is (213,123,184). Sum of RGB (Red+Green+Blue) = 213+123+184=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BB8 is #2A8447. Grayscale: #9C9C9C. Windows color (decimal): -2786376 or 12090325. OLE color: 12090325.

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

Color convert

RGB 213 123 184 -
CMYK 0 0.42 0.14 0.16
HSL 319.33º 0.52% 0.66% -
HSV(B) 319.33º 0.42% 0.84% -
XYZ 43.18 31.77 49.2 -
YUV 156.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 213 123 184 0 0.42 0.14 0.16 319.33 0.52 0.66
Hex D5 7B B8 0 2A E 10 13F 34 42
Octal 325 173 270 0 52 16 20 477 64 102
Binary 11010101 1111011 10111000 0 101010 1110 10000 100111111 110100 1000010

Color Harmonies of #D57BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BB8

Black with #D57BB8

Text Example


Text Example

White with #D57BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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