Html Css Color HEX #DF48C2 Free Speech Magenta

📋 copy color: '#DF48C2'

red 223 ◦ green 72 ◦ blue 194

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

Shades of Free Speech Magenta #DF48C2

Tints of Free Speech Magenta #DF48C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.67%

R = 45.6%
G = 14.72%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF48C2 (or 0xDF48C2) is known color: Free Speech Magenta. HEX triplet: DF, 48 and C2. RGB value is (223,72,194). Sum of RGB (Red+Green+Blue) = 223+72+194=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48C2 is #20B73D. Grayscale: #828282. Windows color (decimal): -2144062 or 12732639. OLE color: 12732639.

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

Color convert

RGB 223 72 194 -
CMYK 0 0.68 0.13 0.13
HSL 311.52º 0.7% 0.58% -
HSV(B) 311.52º 0.68% 0.87% -
XYZ 42.49 24.22 53.47 -
YUV 131.06 163.53 193.58 -
System Red Green Blue C M Y K H S L
Decimal 223 72 194 0 0.68 0.13 0.13 311.52 0.7 0.58
Hex DF 48 C2 0 44 D D 138 46 3A
Octal 337 110 302 0 104 15 15 470 106 72
Binary 11011111 1001000 11000010 0 1000100 1101 1101 100111000 1000110 111010

Color Harmonies of #DF48C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48C2

Black with #DF48C2

Text Example


Text Example

White with #DF48C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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