Html Css Color HEX #D57DB6 Persian Pink

📋 copy color: '#D57DB6'

red 213 ◦ green 125 ◦ blue 182

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

Shades of Persian Pink #D57DB6

Tints of Persian Pink #D57DB6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.04%

 BLUE value IS 182 (71.48% from 255) = 35%

R = 40.96%
G = 24.04%
B = 35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D57DB6 (or 0xD57DB6) is known color: Persian Pink. HEX triplet: D5, 7D and B6. RGB value is (213,125,182). Sum of RGB (Red+Green+Blue) = 213+125+182=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DB6 is #2A8249. Grayscale: #9D9D9D. Windows color (decimal): -2785866 or 11959765. OLE color: 11959765.

HSL color Cylindrical-coordinate representation of color #D57DB6: hue angle of 321.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57DB6 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 125 182 -
CMYK 0 0.41 0.15 0.16
HSL 321.14º 0.51% 0.66% -
HSV(B) 321.14º 0.41% 0.84% -
XYZ 43.22 32.19 48.19 -
YUV 157.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 213 125 182 0 0.41 0.15 0.16 321.14 0.51 0.66
Hex D5 7D B6 0 29 F 10 141 33 42
Octal 325 175 266 0 51 17 20 501 63 102
Binary 11010101 1111101 10110110 0 101001 1111 10000 101000001 110011 1000010

Color Harmonies of #D57DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DB6

Black with #D57DB6

Text Example


Text Example

White with #D57DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DB6; }

 p { color: rgb(213,125,182); }

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

background-color css

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

 a { background-color: rgb(213,125,182); }

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

border-color css

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

 span { border-color: rgb(213,125,182); }

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