Html Css Color HEX #D573B6 Persian Pink

📋 copy color: '#D573B6'

red 213 ◦ green 115 ◦ blue 182

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

Shades of Persian Pink #D573B6

Tints of Persian Pink #D573B6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.55%

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

R = 41.76%
G = 22.55%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D573B6 (or 0xD573B6) is known color: Persian Pink. HEX triplet: D5, 73 and B6. RGB value is (213,115,182). Sum of RGB (Red+Green+Blue) = 213+115+182=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D573B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573B6 is #2A8C49. Grayscale: #979797. Windows color (decimal): -2788426 or 11957205. OLE color: 11957205.

HSL color Cylindrical-coordinate representation of color #D573B6: hue angle of 318.98º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D573B6 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 182 -
CMYK 0 0.46 0.15 0.16
HSL 318.98º 0.54% 0.64% -
HSV(B) 318.98º 0.46% 0.84% -
XYZ 42.01 29.79 47.79 -
YUV 151.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 213 115 182 0 0.46 0.15 0.16 318.98 0.54 0.64
Hex D5 73 B6 0 2E F 10 13F 36 40
Octal 325 163 266 0 56 17 20 477 66 100
Binary 11010101 1110011 10110110 0 101110 1111 10000 100111111 110110 1000000

Color Harmonies of #D573B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573B6

Black with #D573B6

Text Example


Text Example

White with #D573B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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