Html Css Color HEX #DD34DF Free Speech Magenta

📋 copy color: '#DD34DF'

red 221 ◦ green 52 ◦ blue 223

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

Shades of Free Speech Magenta #DD34DF

Tints of Free Speech Magenta #DD34DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 44.56%
G = 10.48%
B = 44.96%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD34DF (or 0xDD34DF) is known color: Free Speech Magenta. HEX triplet: DD, 34 and DF. RGB value is (221,52,223). Sum of RGB (Red+Green+Blue) = 221+52+223=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 52 (20.70% from 255 or 10.48% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD34DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34DF is #22CB20. Grayscale: #797979. Windows color (decimal): -2280225 or 14628061. OLE color: 14628061.

HSL color Cylindrical-coordinate representation of color #DD34DF: hue angle of 299.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD34DF is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 52 223 -
CMYK 0.01 0.77 0 0.13
HSL 299.3º 0.73% 0.54% -
HSV(B) 299.3º 0.77% 0.87% -
XYZ 44.37 23.16 71.94 -
YUV 122.03 184.99 198.6 -
System Red Green Blue C M Y K H S L
Decimal 221 52 223 0.01 0.77 0 0.13 299.3 0.73 0.54
Hex DD 34 DF 1 4D 0 D 12B 49 36
Octal 335 64 337 1 115 0 15 453 111 66
Binary 11011101 110100 11011111 1 1001101 0 1101 100101011 1001001 110110

Color Harmonies of #DD34DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD34DF

Black with #DD34DF

Text Example


Text Example

White with #DD34DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD34DF; }

 p { color: rgb(221,52,223); }

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

background-color css

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

 a { background-color: rgb(221,52,223); }

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

border-color css

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

 span { border-color: rgb(221,52,223); }

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