Html Css Color HEX #DD35D8 Free Speech Magenta

📋 copy color: '#DD35D8'

red 221 ◦ green 53 ◦ blue 216

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

Shades of Free Speech Magenta #DD35D8

Tints of Free Speech Magenta #DD35D8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.82%

 BLUE value IS 216 (84.77% from 255) = 44.08%

R = 45.1%
G = 10.82%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD35D8 (or 0xDD35D8) is known color: Free Speech Magenta. HEX triplet: DD, 35 and D8. RGB value is (221,53,216). Sum of RGB (Red+Green+Blue) = 221+53+216=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 53 (21.09% from 255 or 10.82% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD35D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD35D8 is #22CA27. Grayscale: #797979. Windows color (decimal): -2279976 or 14169565. OLE color: 14169565.

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

Color convert

RGB 221 53 216 -
CMYK 0 0.76 0.02 0.13
HSL 301.79º 0.71% 0.54% -
HSV(B) 301.79º 0.76% 0.87% -
XYZ 43.49 22.88 67.09 -
YUV 121.81 181.16 198.75 -
System Red Green Blue C M Y K H S L
Decimal 221 53 216 0 0.76 0.02 0.13 301.79 0.71 0.54
Hex DD 35 D8 0 4C 2 D 12E 47 36
Octal 335 65 330 0 114 2 15 456 107 66
Binary 11011101 110101 11011000 0 1001100 10 1101 100101110 1000111 110110

Color Harmonies of #DD35D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD35D8

Black with #DD35D8

Text Example


Text Example

White with #DD35D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD35D8; }

 p { color: rgb(221,53,216); }

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

background-color css

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

 a { background-color: rgb(221,53,216); }

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

border-color css

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

 span { border-color: rgb(221,53,216); }

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