Html Css Color HEX #D575B2 Persian Pink

📋 copy color: '#D575B2'

red 213 ◦ green 117 ◦ blue 178

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

Shades of Persian Pink #D575B2

Tints of Persian Pink #D575B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.04%

R = 41.93%
G = 23.03%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D575B2 (or 0xD575B2) is known color: Persian Pink. HEX triplet: D5, 75 and B2. RGB value is (213,117,178). Sum of RGB (Red+Green+Blue) = 213+117+178=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D575B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D575B2 is #2A8A4D. Grayscale: #989898. Windows color (decimal): -2787918 or 11695573. OLE color: 11695573.

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

Color convert

RGB 213 117 178 -
CMYK 0 0.45 0.16 0.16
HSL 321.88º 0.53% 0.65% -
HSV(B) 321.88º 0.45% 0.84% -
XYZ 41.84 30.08 45.72 -
YUV 152.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 213 117 178 0 0.45 0.16 0.16 321.88 0.53 0.65
Hex D5 75 B2 0 2D 10 10 142 35 41
Octal 325 165 262 0 55 20 20 502 65 101
Binary 11010101 1110101 10110010 0 101101 10000 10000 101000010 110101 1000001

Color Harmonies of #D575B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575B2

Black with #D575B2

Text Example


Text Example

White with #D575B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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