Html Css Color HEX #DC34AC Persian Rose

📋 copy color: '#DC34AC'

red 220 ◦ green 52 ◦ blue 172

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

Shades of Persian Rose #DC34AC

Tints of Persian Rose #DC34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.71%

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

R = 49.55%
G = 11.71%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC34AC (or 0xDC34AC) is known color: Persian Rose. HEX triplet: DC, 34 and AC. RGB value is (220,52,172). Sum of RGB (Red+Green+Blue) = 220+52+172=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC34AC is #23CB53. Grayscale: #737373. Windows color (decimal): -2345812 or 11285724. OLE color: 11285724.

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

Color convert

RGB 220 52 172 -
CMYK 0 0.76 0.22 0.14
HSL 317.14º 0.71% 0.53% -
HSV(B) 317.14º 0.76% 0.86% -
XYZ 38.19 20.65 41 -
YUV 115.91 159.66 202.24 -
System Red Green Blue C M Y K H S L
Decimal 220 52 172 0 0.76 0.22 0.14 317.14 0.71 0.53
Hex DC 34 AC 0 4C 16 E 13D 47 35
Octal 334 64 254 0 114 26 16 475 107 65
Binary 11011100 110100 10101100 0 1001100 10110 1110 100111101 1000111 110101

Color Harmonies of #DC34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC34AC

Black with #DC34AC

Text Example


Text Example

White with #DC34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC34AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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