Html Css Color HEX #DC32B1 Persian Rose

📋 copy color: '#DC32B1'

red 220 ◦ green 50 ◦ blue 177

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

Shades of Persian Rose #DC32B1

Tints of Persian Rose #DC32B1

RGB

 RED value IS 220 (86.33% from 255) = 49.22%

 GREEN value IS 50 (19.92% from 255) = 11.19%

 BLUE value IS 177 (69.53% from 255) = 39.6%

R = 49.22%
G = 11.19%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC32B1 (or 0xDC32B1) is known color: Persian Rose. HEX triplet: DC, 32 and B1. RGB value is (220,50,177). Sum of RGB (Red+Green+Blue) = 220+50+177=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC32B1 is #23CD4E. Grayscale: #727272. Windows color (decimal): -2346319 or 11612892. OLE color: 11612892.

HSL color Cylindrical-coordinate representation of color #DC32B1: hue angle of 315.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC32B1 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 177 -
CMYK 0 0.77 0.20 0.14
HSL 315.18º 0.71% 0.53% -
HSV(B) 315.18º 0.77% 0.86% -
XYZ 38.59 20.67 43.55 -
YUV 115.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 220 50 177 0 0.77 0.20 0.14 315.18 0.71 0.53
Hex DC 32 B1 0 4D 14 E 13B 47 35
Octal 334 62 261 0 115 24 16 473 107 65
Binary 11011100 110010 10110001 0 1001101 10100 1110 100111011 1000111 110101

Color Harmonies of #DC32B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC32B1

Black with #DC32B1

Text Example


Text Example

White with #DC32B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC32B1; }

 p { color: rgb(220,50,177); }

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

background-color css

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

 a { background-color: rgb(220,50,177); }

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

border-color css

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

 span { border-color: rgb(220,50,177); }

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