Html Css Color HEX #DF48D0 Free Speech Magenta

📋 copy color: '#DF48D0'

red 223 ◦ green 72 ◦ blue 208

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

Shades of Free Speech Magenta #DF48D0

Tints of Free Speech Magenta #DF48D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 44.33%
G = 14.31%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF48D0 (or 0xDF48D0) is known color: Free Speech Magenta. HEX triplet: DF, 48 and D0. RGB value is (223,72,208). Sum of RGB (Red+Green+Blue) = 223+72+208=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48D0 is #20B72F. Grayscale: #848484. Windows color (decimal): -2144048 or 13650143. OLE color: 13650143.

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

Color convert

RGB 223 72 208 -
CMYK 0 0.68 0.07 0.13
HSL 305.96º 0.7% 0.58% -
HSV(B) 305.96º 0.68% 0.87% -
XYZ 44.13 24.88 62.15 -
YUV 132.65 170.53 192.44 -
System Red Green Blue C M Y K H S L
Decimal 223 72 208 0 0.68 0.07 0.13 305.96 0.7 0.58
Hex DF 48 D0 0 44 7 D 132 46 3A
Octal 337 110 320 0 104 7 15 462 106 72
Binary 11011111 1001000 11010000 0 1000100 111 1101 100110010 1000110 111010

Color Harmonies of #DF48D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48D0

Black with #DF48D0

Text Example


Text Example

White with #DF48D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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