Html Css Color HEX #DF48C5 Free Speech Magenta

📋 copy color: '#DF48C5'

red 223 ◦ green 72 ◦ blue 197

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

Shades of Free Speech Magenta #DF48C5

Tints of Free Speech Magenta #DF48C5

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.63%

 BLUE value IS 197 (77.34% from 255) = 40.04%

R = 45.33%
G = 14.63%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF48C5 (or 0xDF48C5) is known color: Free Speech Magenta. HEX triplet: DF, 48 and C5. RGB value is (223,72,197). Sum of RGB (Red+Green+Blue) = 223+72+197=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48C5 is #20B73A. Grayscale: #838383. Windows color (decimal): -2144059 or 12929247. OLE color: 12929247.

HSL color Cylindrical-coordinate representation of color #DF48C5: hue angle of 310.33º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF48C5 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 72 197 -
CMYK 0 0.68 0.12 0.13
HSL 310.33º 0.7% 0.58% -
HSV(B) 310.33º 0.68% 0.87% -
XYZ 42.83 24.35 55.27 -
YUV 131.4 165.03 193.34 -
System Red Green Blue C M Y K H S L
Decimal 223 72 197 0 0.68 0.12 0.13 310.33 0.7 0.58
Hex DF 48 C5 0 44 C D 136 46 3A
Octal 337 110 305 0 104 14 15 466 106 72
Binary 11011111 1001000 11000101 0 1000100 1100 1101 100110110 1000110 111010

Color Harmonies of #DF48C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48C5

Black with #DF48C5

Text Example


Text Example

White with #DF48C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48C5; }

 p { color: rgb(223,72,197); }

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

background-color css

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

 a { background-color: rgb(223,72,197); }

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

border-color css

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

 span { border-color: rgb(223,72,197); }

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