Html Css Color HEX #DD38DB Free Speech Magenta

📋 copy color: '#DD38DB'

red 221 ◦ green 56 ◦ blue 219

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

Shades of Free Speech Magenta #DD38DB

Tints of Free Speech Magenta #DD38DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.15%

R = 44.56%
G = 11.29%
B = 44.15%

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

#DD38DB (or 0xDD38DB) is known color: Free Speech Magenta. HEX triplet: DD, 38 and DB. RGB value is (221,56,219). Sum of RGB (Red+Green+Blue) = 221+56+219=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 56 (22.27% from 255 or 11.29% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38DB is #22C724. Grayscale: #7B7B7B. Windows color (decimal): -2279205 or 14366941. OLE color: 14366941.

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

Color convert

RGB 221 56 219 -
CMYK 0 0.75 0.01 0.13
HSL 300.73º 0.71% 0.54% -
HSV(B) 300.73º 0.75% 0.87% -
XYZ 44.02 23.31 69.2 -
YUV 123.92 181.66 197.25 -
System Red Green Blue C M Y K H S L
Decimal 221 56 219 0 0.75 0.01 0.13 300.73 0.71 0.54
Hex DD 38 DB 0 4B 1 D 12D 47 36
Octal 335 70 333 0 113 1 15 455 107 66
Binary 11011101 111000 11011011 0 1001011 1 1101 100101101 1000111 110110

Color Harmonies of #DD38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38DB

Black with #DD38DB

Text Example


Text Example

White with #DD38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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