Html Css Color HEX #DF38D8 Free Speech Magenta

📋 copy color: '#DF38D8'

red 223 ◦ green 56 ◦ blue 216

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

Shades of Free Speech Magenta #DF38D8

Tints of Free Speech Magenta #DF38D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 45.05%
G = 11.31%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF38D8 (or 0xDF38D8) is known color: Free Speech Magenta. HEX triplet: DF, 38 and D8. RGB value is (223,56,216). Sum of RGB (Red+Green+Blue) = 223+56+216=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF38D8 is #20C727. Grayscale: #7B7B7B. Windows color (decimal): -2148136 or 14170335. OLE color: 14170335.

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

Color convert

RGB 223 56 216 -
CMYK 0 0.75 0.03 0.13
HSL 302.52º 0.72% 0.55% -
HSV(B) 302.52º 0.75% 0.87% -
XYZ 44.24 23.47 67.17 -
YUV 124.17 179.83 198.49 -
System Red Green Blue C M Y K H S L
Decimal 223 56 216 0 0.75 0.03 0.13 302.52 0.72 0.55
Hex DF 38 D8 0 4B 3 D 12F 48 37
Octal 337 70 330 0 113 3 15 457 110 67
Binary 11011111 111000 11011000 0 1001011 11 1101 100101111 1001000 110111

Color Harmonies of #DF38D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF38D8

Black with #DF38D8

Text Example


Text Example

White with #DF38D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF38D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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