Html Css Color HEX #D57BB4 Persian Pink

📋 copy color: '#D57BB4'

red 213 ◦ green 123 ◦ blue 180

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

Shades of Persian Pink #D57BB4

Tints of Persian Pink #D57BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 41.28%
G = 23.84%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D57BB4 (or 0xD57BB4) is known color: Persian Pink. HEX triplet: D5, 7B and B4. RGB value is (213,123,180). Sum of RGB (Red+Green+Blue) = 213+123+180=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BB4 is #2A844B. Grayscale: #9C9C9C. Windows color (decimal): -2786380 or 11828181. OLE color: 11828181.

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

Color convert

RGB 213 123 180 -
CMYK 0 0.42 0.15 0.16
HSL 322º 0.52% 0.66% -
HSV(B) 322º 0.42% 0.84% -
XYZ 42.76 31.61 47.03 -
YUV 156.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 213 123 180 0 0.42 0.15 0.16 322 0.52 0.66
Hex D5 7B B4 0 2A F 10 142 34 42
Octal 325 173 264 0 52 17 20 502 64 102
Binary 11010101 1111011 10110100 0 101010 1111 10000 101000010 110100 1000010

Color Harmonies of #D57BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BB4

Black with #D57BB4

Text Example


Text Example

White with #D57BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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