#DD35F1

Color #DD35F1 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DD35F1

Tints of Free Speech Magenta #DD35F1

Color information

#DD35F1 (or 0xDD35F1) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 35 and F1. RGB value is (221,53,241). Sum of RGB (Red+Green+Blue) = 221+53+241=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 53 (21.09% from 255 or 10.29% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD35F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD35F1 is #22CA0E. Grayscale: #7C7C7C. Windows color (decimal): -2279951 or 15807965. OLE color: 15807965.

HSL color Cylindrical-coordinate representation of color #DD35F1: hue angle of 293.62º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD35F1 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22153241-
CMYK0.080.7800.05
HSL293.62º87.04%57.65%-
HSV(B)293.62º78.01%94.51%-
XYZ46.9724.2785.43-
YUV124.66193.66196.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 53 (21.09% from 255) = 10.29%
BLUE value IS 241 (94.53% from 255) = 46.80%
R=42.91%
G=10.29%
B=46.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221532410.080.7800.05293.6287.0457.65
HexDD35F184E05126573a
Octal33565361101160544612772
Binary11011101110101111100011000100111001011001001101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD35F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD35F1; }

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

 H1.HeaderClassName
 {
   color: #DD35F1;
 }
 .AnyTagClassName
 {
   color: #DD35F1;
 }
</style>
background-color css

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

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

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

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

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

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