Html Css Color HEX #D578B2 Persian Pink

📋 copy color: '#D578B2'

red 213 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #D578B2

Tints of Persian Pink #D578B2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.48%

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

R = 41.68%
G = 23.48%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D578B2 (or 0xD578B2) is known color: Persian Pink. HEX triplet: D5, 78 and B2. RGB value is (213,120,178). Sum of RGB (Red+Green+Blue) = 213+120+178=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D578B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D578B2 is #2A874D. Grayscale: #9A9A9A. Windows color (decimal): -2787150 or 11696341. OLE color: 11696341.

HSL color Cylindrical-coordinate representation of color #D578B2: hue angle of 322.58º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D578B2 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 120 178 -
CMYK 0 0.44 0.16 0.16
HSL 322.58º 0.53% 0.65% -
HSV(B) 322.58º 0.44% 0.84% -
XYZ 42.19 30.79 45.84 -
YUV 154.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 213 120 178 0 0.44 0.16 0.16 322.58 0.53 0.65
Hex D5 78 B2 0 2C 10 10 143 35 41
Octal 325 170 262 0 54 20 20 503 65 101
Binary 11010101 1111000 10110010 0 101100 10000 10000 101000011 110101 1000001

Color Harmonies of #D578B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D578B2

Black with #D578B2

Text Example


Text Example

White with #D578B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D578B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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