Html Css Color HEX #DD38E2 Free Speech Magenta

📋 copy color: '#DD38E2'

red 221 ◦ green 56 ◦ blue 226

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

Shades of Free Speech Magenta #DD38E2

Tints of Free Speech Magenta #DD38E2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.13%

 BLUE value IS 226 (88.67% from 255) = 44.93%

R = 43.94%
G = 11.13%
B = 44.93%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DD38E2 (or 0xDD38E2) is known color: Free Speech Magenta. HEX triplet: DD, 38 and E2. RGB value is (221,56,226). Sum of RGB (Red+Green+Blue) = 221+56+226=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #DD38E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38E2 is #22C71D. Grayscale: #7C7C7C. Windows color (decimal): -2279198 or 14825693. OLE color: 14825693.

HSL color Cylindrical-coordinate representation of color #DD38E2: hue angle of 298.24º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD38E2 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 56 226 -
CMYK 0.02 0.75 0 0.11
HSL 298.24º 0.75% 0.55% -
HSV(B) 298.24º 0.75% 0.89% -
XYZ 44.96 23.69 74.15 -
YUV 124.72 185.16 196.68 -
System Red Green Blue C M Y K H S L
Decimal 221 56 226 0.02 0.75 0 0.11 298.24 0.75 0.55
Hex DD 38 E2 2 4B 0 B 12A 4B 37
Octal 335 70 342 2 113 0 13 452 113 67
Binary 11011101 111000 11100010 10 1001011 0 1011 100101010 1001011 110111

Color Harmonies of #DD38E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38E2

Black with #DD38E2

Text Example


Text Example

White with #DD38E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38E2; }

 p { color: rgb(221,56,226); }

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

background-color css

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

 a { background-color: rgb(221,56,226); }

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

border-color css

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

 span { border-color: rgb(221,56,226); }

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