Html Css Color HEX #DD4FE6 Free Speech Magenta

📋 copy color: '#DD4FE6'

red 221 ◦ green 79 ◦ blue 230

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

Shades of Free Speech Magenta #DD4FE6

Tints of Free Speech Magenta #DD4FE6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.91%

 BLUE value IS 230 (90.23% from 255) = 43.4%

R = 41.7%
G = 14.91%
B = 43.4%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD4FE6 (or 0xDD4FE6) is known color: Free Speech Magenta. HEX triplet: DD, 4F and E6. RGB value is (221,79,230). Sum of RGB (Red+Green+Blue) = 221+79+230=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 79 (31.25% from 255 or 14.91% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD4FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4FE6 is #22B019. Grayscale: #8A8A8A. Windows color (decimal): -2273306 or 15093725. OLE color: 15093725.

HSL color Cylindrical-coordinate representation of color #DD4FE6: hue angle of 296.42º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4FE6 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 79 230 -
CMYK 0.04 0.66 0 0.10
HSL 296.42º 0.75% 0.61% -
HSV(B) 296.42º 0.66% 0.9% -
XYZ 46.9 26.68 77.54 -
YUV 138.67 179.54 186.72 -
System Red Green Blue C M Y K H S L
Decimal 221 79 230 0.04 0.66 0 0.10 296.42 0.75 0.61
Hex DD 4F E6 4 42 0 A 128 4B 3D
Octal 335 117 346 4 102 0 12 450 113 75
Binary 11011101 1001111 11100110 100 1000010 0 1010 100101000 1001011 111101

Color Harmonies of #DD4FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FE6

Black with #DD4FE6

Text Example


Text Example

White with #DD4FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FE6; }

 p { color: rgb(221,79,230); }

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

background-color css

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

 a { background-color: rgb(221,79,230); }

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

border-color css

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

 span { border-color: rgb(221,79,230); }

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