Html Css Color HEX #DD38DA Free Speech Magenta

📋 copy color: '#DD38DA'

red 221 ◦ green 56 ◦ blue 218

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

Shades of Free Speech Magenta #DD38DA

Tints of Free Speech Magenta #DD38DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 44.65%
G = 11.31%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD38DA (or 0xDD38DA) is known color: Free Speech Magenta. HEX triplet: DD, 38 and DA. RGB value is (221,56,218). Sum of RGB (Red+Green+Blue) = 221+56+218=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38DA is #22C725. Grayscale: #7B7B7B. Windows color (decimal): -2279206 or 14301405. OLE color: 14301405.

HSL color Cylindrical-coordinate representation of color #DD38DA: hue angle of 301.09º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD38DA is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 218 -
CMYK 0 0.75 0.01 0.13
HSL 301.09º 0.71% 0.54% -
HSV(B) 301.09º 0.75% 0.87% -
XYZ 43.89 23.26 68.51 -
YUV 123.8 181.16 197.33 -
System Red Green Blue C M Y K H S L
Decimal 221 56 218 0 0.75 0.01 0.13 301.09 0.71 0.54
Hex DD 38 DA 0 4B 1 D 12D 47 36
Octal 335 70 332 0 113 1 15 455 107 66
Binary 11011101 111000 11011010 0 1001011 1 1101 100101101 1000111 110110

Color Harmonies of #DD38DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38DA

Black with #DD38DA

Text Example


Text Example

White with #DD38DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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