Html Css Color HEX #DD38FA Free Speech Magenta

📋 copy color: '#DD38FA'

red 221 ◦ green 56 ◦ blue 250

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

Shades of Free Speech Magenta #DD38FA

Tints of Free Speech Magenta #DD38FA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.63%

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

R = 41.94%
G = 10.63%
B = 47.44%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD38FA (or 0xDD38FA) is known color: Free Speech Magenta. HEX triplet: DD, 38 and FA. RGB value is (221,56,250). Sum of RGB (Red+Green+Blue) = 221+56+250=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 56 (22.27% from 255 or 10.63% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD38FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD38FA is #22C705. Grayscale: #7E7E7E. Windows color (decimal): -2279174 or 16398557. OLE color: 16398557.

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

Color convert

RGB 221 56 250 -
CMYK 0.12 0.78 0 0.02
HSL 291.03º 0.95% 0.6% -
HSV(B) 291.03º 0.78% 0.98% -
XYZ 48.49 25.1 92.73 -
YUV 127.45 197.16 194.73 -
System Red Green Blue C M Y K H S L
Decimal 221 56 250 0.12 0.78 0 0.02 291.03 0.95 0.6
Hex DD 38 FA C 4E 0 2 123 5F 3C
Octal 335 70 372 14 116 0 2 443 137 74
Binary 11011101 111000 11111010 1100 1001110 0 10 100100011 1011111 111100

Color Harmonies of #DD38FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38FA

Black with #DD38FA

Text Example


Text Example

White with #DD38FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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