Html Css Color HEX #DD3ACC Free Speech Magenta

📋 copy color: '#DD3ACC'

red 221 ◦ green 58 ◦ blue 204

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

Shades of Free Speech Magenta #DD3ACC

Tints of Free Speech Magenta #DD3ACC

RGB

 RED value IS 221 (86.72% from 255) = 45.76%

 GREEN value IS 58 (23.05% from 255) = 12.01%

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 45.76%
G = 12.01%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD3ACC (or 0xDD3ACC) is known color: Free Speech Magenta. HEX triplet: DD, 3A and CC. RGB value is (221,58,204). Sum of RGB (Red+Green+Blue) = 221+58+204=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3ACC is #22C533. Grayscale: #7A7A7A. Windows color (decimal): -2278708 or 13384413. OLE color: 13384413.

HSL color Cylindrical-coordinate representation of color #DD3ACC: hue angle of 306.26º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3ACC is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 58 204 -
CMYK 0 0.74 0.08 0.13
HSL 306.26º 0.71% 0.55% -
HSV(B) 306.26º 0.74% 0.87% -
XYZ 42.23 22.76 59.29 -
YUV 123.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 221 58 204 0 0.74 0.08 0.13 306.26 0.71 0.55
Hex DD 3A CC 0 4A 8 D 132 47 37
Octal 335 72 314 0 112 10 15 462 107 67
Binary 11011101 111010 11001100 0 1001010 1000 1101 100110010 1000111 110111

Color Harmonies of #DD3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3ACC

Black with #DD3ACC

Text Example


Text Example

White with #DD3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3ACC; }

 p { color: rgb(221,58,204); }

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

background-color css

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

 a { background-color: rgb(221,58,204); }

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

border-color css

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

 span { border-color: rgb(221,58,204); }

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