Html Css Color HEX #DD5FE9 Free Speech Magenta

📋 copy color: '#DD5FE9'

red 221 ◦ green 95 ◦ blue 233

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

Shades of Free Speech Magenta #DD5FE9

Tints of Free Speech Magenta #DD5FE9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.3%

 BLUE value IS 233 (91.41% from 255) = 42.44%

R = 40.26%
G = 17.3%
B = 42.44%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD5FE9 (or 0xDD5FE9) is known color: Free Speech Magenta. HEX triplet: DD, 5F and E9. RGB value is (221,95,233). Sum of RGB (Red+Green+Blue) = 221+95+233=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD5FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5FE9 is #22A016. Grayscale: #939393. Windows color (decimal): -2269207 or 15294429. OLE color: 15294429.

HSL color Cylindrical-coordinate representation of color #DD5FE9: hue angle of 294.78º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5FE9 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 95 233 -
CMYK 0.05 0.59 0 0.09
HSL 294.78º 0.76% 0.64% -
HSV(B) 294.78º 0.59% 0.91% -
XYZ 48.62 29.44 80.21 -
YUV 148.41 175.74 179.78 -
System Red Green Blue C M Y K H S L
Decimal 221 95 233 0.05 0.59 0 0.09 294.78 0.76 0.64
Hex DD 5F E9 5 3B 0 9 127 4C 40
Octal 335 137 351 5 73 0 11 447 114 100
Binary 11011101 1011111 11101001 101 111011 0 1001 100100111 1001100 1000000

Color Harmonies of #DD5FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FE9

Black with #DD5FE9

Text Example


Text Example

White with #DD5FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FE9; }

 p { color: rgb(221,95,233); }

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

background-color css

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

 a { background-color: rgb(221,95,233); }

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

border-color css

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

 span { border-color: rgb(221,95,233); }

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