Html Css Color HEX #DC34AB Persian Rose

📋 copy color: '#DC34AB'

red 220 ◦ green 52 ◦ blue 171

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

Shades of Persian Rose #DC34AB

Tints of Persian Rose #DC34AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 49.66%
G = 11.74%
B = 38.6%

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

#DC34AB (or 0xDC34AB) is known color: Persian Rose. HEX triplet: DC, 34 and AB. RGB value is (220,52,171). Sum of RGB (Red+Green+Blue) = 220+52+171=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC34AB is #23CB54. Grayscale: #737373. Windows color (decimal): -2345813 or 11220188. OLE color: 11220188.

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

Color convert

RGB 220 52 171 -
CMYK 0 0.76 0.22 0.14
HSL 317.5º 0.71% 0.53% -
HSV(B) 317.5º 0.76% 0.86% -
XYZ 38.09 20.61 40.5 -
YUV 115.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 220 52 171 0 0.76 0.22 0.14 317.5 0.71 0.53
Hex DC 34 AB 0 4C 16 E 13E 47 35
Octal 334 64 253 0 114 26 16 476 107 65
Binary 11011100 110100 10101011 0 1001100 10110 1110 100111110 1000111 110101

Color Harmonies of #DC34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC34AB

Black with #DC34AB

Text Example


Text Example

White with #DC34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC34AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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