Html Css Color HEX #D575B4 Persian Pink

📋 copy color: '#D575B4'

red 213 ◦ green 117 ◦ blue 180

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

Shades of Persian Pink #D575B4

Tints of Persian Pink #D575B4

RGB

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

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

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

R = 41.76%
G = 22.94%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D575B4 (or 0xD575B4) is known color: Persian Pink. HEX triplet: D5, 75 and B4. RGB value is (213,117,180). Sum of RGB (Red+Green+Blue) = 213+117+180=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D575B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575B4 is #2A8A4B. Grayscale: #989898. Windows color (decimal): -2787916 or 11826645. OLE color: 11826645.

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

Color convert

RGB 213 117 180 -
CMYK 0 0.45 0.15 0.16
HSL 320.63º 0.53% 0.65% -
HSV(B) 320.63º 0.45% 0.84% -
XYZ 42.04 30.16 46.79 -
YUV 152.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 213 117 180 0 0.45 0.15 0.16 320.63 0.53 0.65
Hex D5 75 B4 0 2D F 10 141 35 41
Octal 325 165 264 0 55 17 20 501 65 101
Binary 11010101 1110101 10110100 0 101101 1111 10000 101000001 110101 1000001

Color Harmonies of #D575B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575B4

Black with #D575B4

Text Example


Text Example

White with #D575B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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