Html Css Color HEX #DD38DF Free Speech Magenta

📋 copy color: '#DD38DF'

red 221 ◦ green 56 ◦ blue 223

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

Shades of Free Speech Magenta #DD38DF

Tints of Free Speech Magenta #DD38DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 44.2%
G = 11.2%
B = 44.6%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD38DF (or 0xDD38DF) is known color: Free Speech Magenta. HEX triplet: DD, 38 and DF. RGB value is (221,56,223). Sum of RGB (Red+Green+Blue) = 221+56+223=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD38DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38DF is #22C720. Grayscale: #7B7B7B. Windows color (decimal): -2279201 or 14629085. OLE color: 14629085.

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

Color convert

RGB 221 56 223 -
CMYK 0.01 0.75 0 0.13
HSL 299.28º 0.72% 0.55% -
HSV(B) 299.28º 0.75% 0.87% -
XYZ 44.55 23.53 72.01 -
YUV 124.37 183.66 196.92 -
System Red Green Blue C M Y K H S L
Decimal 221 56 223 0.01 0.75 0 0.13 299.28 0.72 0.55
Hex DD 38 DF 1 4B 0 D 12B 48 37
Octal 335 70 337 1 113 0 15 453 110 67
Binary 11011101 111000 11011111 1 1001011 0 1101 100101011 1001000 110111

Color Harmonies of #DD38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38DF

Black with #DD38DF

Text Example


Text Example

White with #DD38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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