Html Css Color HEX #DC33AC Persian Rose

📋 copy color: '#DC33AC'

red 220 ◦ green 51 ◦ blue 172

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

Shades of Persian Rose #DC33AC

Tints of Persian Rose #DC33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.51%

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 49.66%
G = 11.51%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC33AC (or 0xDC33AC) is known color: Persian Rose. HEX triplet: DC, 33 and AC. RGB value is (220,51,172). Sum of RGB (Red+Green+Blue) = 220+51+172=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33AC is #23CC53. Grayscale: #737373. Windows color (decimal): -2346068 or 11285468. OLE color: 11285468.

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

Color convert

RGB 220 51 172 -
CMYK 0 0.77 0.22 0.14
HSL 317.04º 0.71% 0.53% -
HSV(B) 317.04º 0.77% 0.86% -
XYZ 38.15 20.56 40.99 -
YUV 115.33 159.99 202.66 -
System Red Green Blue C M Y K H S L
Decimal 220 51 172 0 0.77 0.22 0.14 317.04 0.71 0.53
Hex DC 33 AC 0 4D 16 E 13D 47 35
Octal 334 63 254 0 115 26 16 475 107 65
Binary 11011100 110011 10101100 0 1001101 10110 1110 100111101 1000111 110101

Color Harmonies of #DC33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC33AC

Black with #DC33AC

Text Example


Text Example

White with #DC33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC33AC; }

 p { color: rgb(220,51,172); }

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

background-color css

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

 a { background-color: rgb(220,51,172); }

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

border-color css

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

 span { border-color: rgb(220,51,172); }

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