Html Css Color HEX #DD46ED Free Speech Magenta

📋 copy color: '#DD46ED'

red 221 ◦ green 70 ◦ blue 237

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

Shades of Free Speech Magenta #DD46ED

Tints of Free Speech Magenta #DD46ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.89%

R = 41.86%
G = 13.26%
B = 44.89%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD46ED (or 0xDD46ED) is known color: Free Speech Magenta. HEX triplet: DD, 46 and ED. RGB value is (221,70,237). Sum of RGB (Red+Green+Blue) = 221+70+237=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 70 (27.73% from 255 or 13.26% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD46ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD46ED is #22B912. Grayscale: #858585. Windows color (decimal): -2275603 or 15550173. OLE color: 15550173.

HSL color Cylindrical-coordinate representation of color #DD46ED: hue angle of 294.25º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD46ED is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 70 237 -
CMYK 0.07 0.70 0 0.07
HSL 294.25º 0.82% 0.6% -
HSV(B) 294.25º 0.7% 0.93% -
XYZ 47.3 25.87 82.62 -
YUV 134.19 186.03 189.92 -
System Red Green Blue C M Y K H S L
Decimal 221 70 237 0.07 0.70 0 0.07 294.25 0.82 0.6
Hex DD 46 ED 7 46 0 7 126 52 3C
Octal 335 106 355 7 106 0 7 446 122 74
Binary 11011101 1000110 11101101 111 1000110 0 111 100100110 1010010 111100

Color Harmonies of #DD46ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46ED

Black with #DD46ED

Text Example


Text Example

White with #DD46ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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