Html Css Color HEX #DC33AD Persian Rose

📋 copy color: '#DC33AD'

red 220 ◦ green 51 ◦ blue 173

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

Shades of Persian Rose #DC33AD

Tints of Persian Rose #DC33AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 49.55%
G = 11.49%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC33AD (or 0xDC33AD) is known color: Persian Rose. HEX triplet: DC, 33 and AD. RGB value is (220,51,173). Sum of RGB (Red+Green+Blue) = 220+51+173=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33AD is #23CC52. Grayscale: #737373. Windows color (decimal): -2346067 or 11351004. OLE color: 11351004.

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

Color convert

RGB 220 51 173 -
CMYK 0 0.77 0.21 0.14
HSL 316.69º 0.71% 0.53% -
HSV(B) 316.69º 0.77% 0.86% -
XYZ 38.24 20.6 41.5 -
YUV 115.44 160.49 202.58 -
System Red Green Blue C M Y K H S L
Decimal 220 51 173 0 0.77 0.21 0.14 316.69 0.71 0.53
Hex DC 33 AD 0 4D 15 E 13D 47 35
Octal 334 63 255 0 115 25 16 475 107 65
Binary 11011100 110011 10101101 0 1001101 10101 1110 100111101 1000111 110101

Color Harmonies of #DC33AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC33AD

Black with #DC33AD

Text Example


Text Example

White with #DC33AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC33AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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