Html Css Color HEX #DF48DB Free Speech Magenta

📋 copy color: '#DF48DB'

red 223 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Magenta #DF48DB

Tints of Free Speech Magenta #DF48DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 43.39%
G = 14.01%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF48DB (or 0xDF48DB) is known color: Free Speech Magenta. HEX triplet: DF, 48 and DB. RGB value is (223,72,219). Sum of RGB (Red+Green+Blue) = 223+72+219=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48DB is #20B724. Grayscale: #858585. Windows color (decimal): -2144037 or 14371039. OLE color: 14371039.

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

Color convert

RGB 223 72 219 -
CMYK 0 0.68 0.02 0.13
HSL 301.59º 0.7% 0.58% -
HSV(B) 301.59º 0.68% 0.87% -
XYZ 45.53 25.44 69.53 -
YUV 133.91 176.03 191.55 -
System Red Green Blue C M Y K H S L
Decimal 223 72 219 0 0.68 0.02 0.13 301.59 0.7 0.58
Hex DF 48 DB 0 44 2 D 12E 46 3A
Octal 337 110 333 0 104 2 15 456 106 72
Binary 11011111 1001000 11011011 0 1000100 10 1101 100101110 1000110 111010

Color Harmonies of #DF48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48DB

Black with #DF48DB

Text Example


Text Example

White with #DF48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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