Html Css Color HEX #DF48C4 Free Speech Magenta

📋 copy color: '#DF48C4'

red 223 ◦ green 72 ◦ blue 196

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

Shades of Free Speech Magenta #DF48C4

Tints of Free Speech Magenta #DF48C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.92%

R = 45.42%
G = 14.66%
B = 39.92%

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

#DF48C4 (or 0xDF48C4) is known color: Free Speech Magenta. HEX triplet: DF, 48 and C4. RGB value is (223,72,196). Sum of RGB (Red+Green+Blue) = 223+72+196=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48C4 is #20B73B. Grayscale: #828282. Windows color (decimal): -2144060 or 12863711. OLE color: 12863711.

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

Color convert

RGB 223 72 196 -
CMYK 0 0.68 0.12 0.13
HSL 310.73º 0.7% 0.58% -
HSV(B) 310.73º 0.68% 0.87% -
XYZ 42.71 24.31 54.67 -
YUV 131.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 223 72 196 0 0.68 0.12 0.13 310.73 0.7 0.58
Hex DF 48 C4 0 44 C D 137 46 3A
Octal 337 110 304 0 104 14 15 467 106 72
Binary 11011111 1001000 11000100 0 1000100 1100 1101 100110111 1000110 111010

Color Harmonies of #DF48C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48C4

Black with #DF48C4

Text Example


Text Example

White with #DF48C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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