Html Css Color HEX #DD38D1 Free Speech Magenta

📋 copy color: '#DD38D1'

red 221 ◦ green 56 ◦ blue 209

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

Shades of Free Speech Magenta #DD38D1

Tints of Free Speech Magenta #DD38D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43%

R = 45.47%
G = 11.52%
B = 43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD38D1 (or 0xDD38D1) is known color: Free Speech Magenta. HEX triplet: DD, 38 and D1. RGB value is (221,56,209). Sum of RGB (Red+Green+Blue) = 221+56+209=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38D1 is #22C72E. Grayscale: #7A7A7A. Windows color (decimal): -2279215 or 13711581. OLE color: 13711581.

HSL color Cylindrical-coordinate representation of color #DD38D1: hue angle of 304.36º 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 #DD38D1 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 209 -
CMYK 0 0.75 0.05 0.13
HSL 304.36º 0.71% 0.54% -
HSV(B) 304.36º 0.75% 0.87% -
XYZ 42.74 22.8 62.47 -
YUV 122.78 176.66 198.06 -
System Red Green Blue C M Y K H S L
Decimal 221 56 209 0 0.75 0.05 0.13 304.36 0.71 0.54
Hex DD 38 D1 0 4B 5 D 130 47 36
Octal 335 70 321 0 113 5 15 460 107 66
Binary 11011101 111000 11010001 0 1001011 101 1101 100110000 1000111 110110

Color Harmonies of #DD38D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38D1

Black with #DD38D1

Text Example


Text Example

White with #DD38D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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