Html Css Color HEX #DC32B2 Persian Rose

📋 copy color: '#DC32B2'

red 220 ◦ green 50 ◦ blue 178

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

Shades of Persian Rose #DC32B2

Tints of Persian Rose #DC32B2

RGB

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

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

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

R = 49.11%
G = 11.16%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC32B2 (or 0xDC32B2) is known color: Persian Rose. HEX triplet: DC, 32 and B2. RGB value is (220,50,178). Sum of RGB (Red+Green+Blue) = 220+50+178=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC32B2 is #23CD4D. Grayscale: #737373. Windows color (decimal): -2346318 or 11678428. OLE color: 11678428.

HSL color Cylindrical-coordinate representation of color #DC32B2: hue angle of 314.82º 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 #DC32B2 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 178 -
CMYK 0 0.77 0.19 0.14
HSL 314.82º 0.71% 0.53% -
HSV(B) 314.82º 0.77% 0.86% -
XYZ 38.69 20.71 44.08 -
YUV 115.42 163.32 202.59 -
System Red Green Blue C M Y K H S L
Decimal 220 50 178 0 0.77 0.19 0.14 314.82 0.71 0.53
Hex DC 32 B2 0 4D 13 E 13B 47 35
Octal 334 62 262 0 115 23 16 473 107 65
Binary 11011100 110010 10110010 0 1001101 10011 1110 100111011 1000111 110101

Color Harmonies of #DC32B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC32B2

Black with #DC32B2

Text Example


Text Example

White with #DC32B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC32B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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