Html Css Color HEX #DF38DC Free Speech Magenta

📋 copy color: '#DF38DC'

red 223 ◦ green 56 ◦ blue 220

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

Shades of Free Speech Magenta #DF38DC

Tints of Free Speech Magenta #DF38DC

RGB

 RED value IS 223 (87.5% from 255) = 44.69%

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 44.69%
G = 11.22%
B = 44.09%

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

#DF38DC (or 0xDF38DC) is known color: Free Speech Magenta. HEX triplet: DF, 38 and DC. RGB value is (223,56,220). Sum of RGB (Red+Green+Blue) = 223+56+220=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 56 (22.27% from 255 or 11.22% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF38DC is #20C723. Grayscale: #7C7C7C. Windows color (decimal): -2148132 or 14432479. OLE color: 14432479.

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

Color convert

RGB 223 56 220 -
CMYK 0 0.75 0.01 0.13
HSL 301.08º 0.72% 0.55% -
HSV(B) 301.08º 0.75% 0.87% -
XYZ 44.76 23.68 69.92 -
YUV 124.63 181.83 198.16 -
System Red Green Blue C M Y K H S L
Decimal 223 56 220 0 0.75 0.01 0.13 301.08 0.72 0.55
Hex DF 38 DC 0 4B 1 D 12D 48 37
Octal 337 70 334 0 113 1 15 455 110 67
Binary 11011111 111000 11011100 0 1001011 1 1101 100101101 1001000 110111

Color Harmonies of #DF38DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF38DC

Black with #DF38DC

Text Example


Text Example

White with #DF38DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF38DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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