Html Css Color HEX #D576B6 Persian Pink

📋 copy color: '#D576B6'

red 213 ◦ green 118 ◦ blue 182

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

Shades of Persian Pink #D576B6

Tints of Persian Pink #D576B6

RGB

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

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

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

R = 41.52%
G = 23%
B = 35.48%

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

#D576B6 (or 0xD576B6) is known color: Persian Pink. HEX triplet: D5, 76 and B6. RGB value is (213,118,182). Sum of RGB (Red+Green+Blue) = 213+118+182=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D576B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576B6 is #2A8949. Grayscale: #999999. Windows color (decimal): -2787658 or 11957973. OLE color: 11957973.

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

Color convert

RGB 213 118 182 -
CMYK 0 0.45 0.15 0.16
HSL 319.58º 0.53% 0.65% -
HSV(B) 319.58º 0.45% 0.84% -
XYZ 42.36 30.48 47.91 -
YUV 153.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 213 118 182 0 0.45 0.15 0.16 319.58 0.53 0.65
Hex D5 76 B6 0 2D F 10 140 35 41
Octal 325 166 266 0 55 17 20 500 65 101
Binary 11010101 1110110 10110110 0 101101 1111 10000 101000000 110101 1000001

Color Harmonies of #D576B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D576B6

Black with #D576B6

Text Example


Text Example

White with #D576B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D576B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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