Html Css Color HEX #DF48BD Free Speech Magenta

📋 copy color: '#DF48BD'

red 223 ◦ green 72 ◦ blue 189

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

Shades of Free Speech Magenta #DF48BD

Tints of Free Speech Magenta #DF48BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.05%

R = 46.07%
G = 14.88%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF48BD (or 0xDF48BD) is known color: Free Speech Magenta. HEX triplet: DF, 48 and BD. RGB value is (223,72,189). Sum of RGB (Red+Green+Blue) = 223+72+189=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48BD is #20B742. Grayscale: #828282. Windows color (decimal): -2144067 or 12404959. OLE color: 12404959.

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

Color convert

RGB 223 72 189 -
CMYK 0 0.68 0.15 0.13
HSL 313.51º 0.7% 0.58% -
HSV(B) 313.51º 0.68% 0.87% -
XYZ 41.93 24 50.57 -
YUV 130.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 223 72 189 0 0.68 0.15 0.13 313.51 0.7 0.58
Hex DF 48 BD 0 44 F D 13A 46 3A
Octal 337 110 275 0 104 17 15 472 106 72
Binary 11011111 1001000 10111101 0 1000100 1111 1101 100111010 1000110 111010

Color Harmonies of #DF48BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48BD

Black with #DF48BD

Text Example


Text Example

White with #DF48BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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