Html Css Color HEX #DD38D4 Free Speech Magenta

📋 copy color: '#DD38D4'

red 221 ◦ green 56 ◦ blue 212

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

Shades of Free Speech Magenta #DD38D4

Tints of Free Speech Magenta #DD38D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.35%

R = 45.19%
G = 11.45%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD38D4 (or 0xDD38D4) is known color: Free Speech Magenta. HEX triplet: DD, 38 and D4. RGB value is (221,56,212). Sum of RGB (Red+Green+Blue) = 221+56+212=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38D4 is #22C72B. Grayscale: #7A7A7A. Windows color (decimal): -2279212 or 13908189. OLE color: 13908189.

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

Color convert

RGB 221 56 212 -
CMYK 0 0.75 0.04 0.13
HSL 303.27º 0.71% 0.54% -
HSV(B) 303.27º 0.75% 0.87% -
XYZ 43.12 22.95 64.45 -
YUV 123.12 178.16 197.82 -
System Red Green Blue C M Y K H S L
Decimal 221 56 212 0 0.75 0.04 0.13 303.27 0.71 0.54
Hex DD 38 D4 0 4B 4 D 12F 47 36
Octal 335 70 324 0 113 4 15 457 107 66
Binary 11011101 111000 11010100 0 1001011 100 1101 100101111 1000111 110110

Color Harmonies of #DD38D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38D4

Black with #DD38D4

Text Example


Text Example

White with #DD38D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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