Html Css Color HEX #D576B5 Persian Pink

📋 copy color: '#D576B5'

red 213 ◦ green 118 ◦ blue 181

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

Shades of Persian Pink #D576B5

Tints of Persian Pink #D576B5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.05%

 BLUE value IS 181 (71.09% from 255) = 35.35%

R = 41.6%
G = 23.05%
B = 35.35%

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

#D576B5 (or 0xD576B5) is known color: Persian Pink. HEX triplet: D5, 76 and B5. RGB value is (213,118,181). Sum of RGB (Red+Green+Blue) = 213+118+181=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D576B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576B5 is #2A894A. Grayscale: #999999. Windows color (decimal): -2787659 or 11892437. OLE color: 11892437.

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

Color convert

RGB 213 118 181 -
CMYK 0 0.45 0.15 0.16
HSL 320.21º 0.53% 0.65% -
HSV(B) 320.21º 0.45% 0.84% -
XYZ 42.26 30.44 47.36 -
YUV 153.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 213 118 181 0 0.45 0.15 0.16 320.21 0.53 0.65
Hex D5 76 B5 0 2D F 10 140 35 41
Octal 325 166 265 0 55 17 20 500 65 101
Binary 11010101 1110110 10110101 0 101101 1111 10000 101000000 110101 1000001

Color Harmonies of #D576B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D576B5

Black with #D576B5

Text Example


Text Example

White with #D576B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D576B5; }

 p { color: rgb(213,118,181); }

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

background-color css

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

 a { background-color: rgb(213,118,181); }

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

border-color css

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

 span { border-color: rgb(213,118,181); }

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