Html Css Color HEX #DD46FA Free Speech Magenta

📋 copy color: '#DD46FA'

red 221 ◦ green 70 ◦ blue 250

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

Shades of Free Speech Magenta #DD46FA

Tints of Free Speech Magenta #DD46FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.94%

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 40.85%
G = 12.94%
B = 46.21%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD46FA (or 0xDD46FA) is known color: Free Speech Magenta. HEX triplet: DD, 46 and FA. RGB value is (221,70,250). Sum of RGB (Red+Green+Blue) = 221+70+250=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 70 (27.73% from 255 or 12.94% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD46FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD46FA is #22B905. Grayscale: #878787. Windows color (decimal): -2275590 or 16402141. OLE color: 16402141.

HSL color Cylindrical-coordinate representation of color #DD46FA: hue angle of 290.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD46FA is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 70 250 -
CMYK 0.12 0.72 0 0.02
HSL 290.33º 0.95% 0.63% -
HSV(B) 290.33º 0.72% 0.98% -
XYZ 49.26 26.65 92.99 -
YUV 135.67 192.53 188.86 -
System Red Green Blue C M Y K H S L
Decimal 221 70 250 0.12 0.72 0 0.02 290.33 0.95 0.63
Hex DD 46 FA C 48 0 2 122 5F 3F
Octal 335 106 372 14 110 0 2 442 137 77
Binary 11011101 1000110 11111010 1100 1001000 0 10 100100010 1011111 111111

Color Harmonies of #DD46FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46FA

Black with #DD46FA

Text Example


Text Example

White with #DD46FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46FA; }

 p { color: rgb(221,70,250); }

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

background-color css

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

 a { background-color: rgb(221,70,250); }

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

border-color css

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

 span { border-color: rgb(221,70,250); }

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