Html Css Color HEX #DD30E4 Free Speech Magenta

📋 copy color: '#DD30E4'

red 221 ◦ green 48 ◦ blue 228

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

Shades of Free Speech Magenta #DD30E4

Tints of Free Speech Magenta #DD30E4

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.66%

 BLUE value IS 228 (89.45% from 255) = 45.88%

R = 44.47%
G = 9.66%
B = 45.88%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD30E4 (or 0xDD30E4) is known color: Free Speech Magenta. HEX triplet: DD, 30 and E4. RGB value is (221,48,228). Sum of RGB (Red+Green+Blue) = 221+48+228=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD30E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30E4 is #22CF1B. Grayscale: #777777. Windows color (decimal): -2281244 or 14954717. OLE color: 14954717.

HSL color Cylindrical-coordinate representation of color #DD30E4: hue angle of 297.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD30E4 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 48 228 -
CMYK 0.03 0.79 0 0.11
HSL 297.67º 0.77% 0.54% -
HSV(B) 297.67º 0.79% 0.89% -
XYZ 44.88 23.09 75.49 -
YUV 120.25 188.81 199.86 -
System Red Green Blue C M Y K H S L
Decimal 221 48 228 0.03 0.79 0 0.11 297.67 0.77 0.54
Hex DD 30 E4 3 4F 0 B 12A 4D 36
Octal 335 60 344 3 117 0 13 452 115 66
Binary 11011101 110000 11100100 11 1001111 0 1011 100101010 1001101 110110

Color Harmonies of #DD30E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD30E4

Black with #DD30E4

Text Example


Text Example

White with #DD30E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD30E4; }

 p { color: rgb(221,48,228); }

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

background-color css

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

 a { background-color: rgb(221,48,228); }

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

border-color css

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

 span { border-color: rgb(221,48,228); }

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