Html Css Color HEX #DC33AA Persian Rose

📋 copy color: '#DC33AA'

red 220 ◦ green 51 ◦ blue 170

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

Shades of Persian Rose #DC33AA

Tints of Persian Rose #DC33AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 49.89%
G = 11.56%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC33AA (or 0xDC33AA) is known color: Persian Rose. HEX triplet: DC, 33 and AA. RGB value is (220,51,170). Sum of RGB (Red+Green+Blue) = 220+51+170=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC33AA is #23CC55. Grayscale: #727272. Windows color (decimal): -2346070 or 11154396. OLE color: 11154396.

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

Color convert

RGB 220 51 170 -
CMYK 0 0.77 0.23 0.14
HSL 317.75º 0.71% 0.53% -
HSV(B) 317.75º 0.77% 0.86% -
XYZ 37.95 20.49 39.98 -
YUV 115.1 158.99 202.82 -
System Red Green Blue C M Y K H S L
Decimal 220 51 170 0 0.77 0.23 0.14 317.75 0.71 0.53
Hex DC 33 AA 0 4D 17 E 13E 47 35
Octal 334 63 252 0 115 27 16 476 107 65
Binary 11011100 110011 10101010 0 1001101 10111 1110 100111110 1000111 110101

Color Harmonies of #DC33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC33AA

Black with #DC33AA

Text Example


Text Example

White with #DC33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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