Html Css Color HEX #DF38D5 Free Speech Magenta

📋 copy color: '#DF38D5'

red 223 ◦ green 56 ◦ blue 213

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

Shades of Free Speech Magenta #DF38D5

Tints of Free Speech Magenta #DF38D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.29%

R = 45.33%
G = 11.38%
B = 43.29%

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

#DF38D5 (or 0xDF38D5) is known color: Free Speech Magenta. HEX triplet: DF, 38 and D5. RGB value is (223,56,213). Sum of RGB (Red+Green+Blue) = 223+56+213=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF38D5 is #20C72A. Grayscale: #7B7B7B. Windows color (decimal): -2148139 or 13973727. OLE color: 13973727.

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

Color convert

RGB 223 56 213 -
CMYK 0 0.75 0.04 0.13
HSL 303.59º 0.72% 0.55% -
HSV(B) 303.59º 0.75% 0.87% -
XYZ 43.86 23.32 65.14 -
YUV 123.83 178.33 198.73 -
System Red Green Blue C M Y K H S L
Decimal 223 56 213 0 0.75 0.04 0.13 303.59 0.72 0.55
Hex DF 38 D5 0 4B 4 D 130 48 37
Octal 337 70 325 0 113 4 15 460 110 67
Binary 11011111 111000 11010101 0 1001011 100 1101 100110000 1001000 110111

Color Harmonies of #DF38D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF38D5

Black with #DF38D5

Text Example


Text Example

White with #DF38D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF38D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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