Html Css Color HEX #D575B7 Persian Pink

📋 copy color: '#D575B7'

red 213 ◦ green 117 ◦ blue 183

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

Shades of Persian Pink #D575B7

Tints of Persian Pink #D575B7

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.81%

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

R = 41.52%
G = 22.81%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D575B7 (or 0xD575B7) is known color: Persian Pink. HEX triplet: D5, 75 and B7. RGB value is (213,117,183). Sum of RGB (Red+Green+Blue) = 213+117+183=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D575B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575B7 is #2A8A48. Grayscale: #999999. Windows color (decimal): -2787913 or 12023253. OLE color: 12023253.

HSL color Cylindrical-coordinate representation of color #D575B7: hue angle of 318.75º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D575B7 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 117 183 -
CMYK 0 0.45 0.14 0.16
HSL 318.75º 0.53% 0.65% -
HSV(B) 318.75º 0.45% 0.84% -
XYZ 42.35 30.29 48.41 -
YUV 153.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 213 117 183 0 0.45 0.14 0.16 318.75 0.53 0.65
Hex D5 75 B7 0 2D E 10 13F 35 41
Octal 325 165 267 0 55 16 20 477 65 101
Binary 11010101 1110101 10110111 0 101101 1110 10000 100111111 110101 1000001

Color Harmonies of #D575B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575B7

Black with #D575B7

Text Example


Text Example

White with #D575B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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