Html Css Color HEX #DF48CD Free Speech Magenta

📋 copy color: '#DF48CD'

red 223 ◦ green 72 ◦ blue 205

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

Shades of Free Speech Magenta #DF48CD

Tints of Free Speech Magenta #DF48CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 44.6%
G = 14.4%
B = 41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF48CD (or 0xDF48CD) is known color: Free Speech Magenta. HEX triplet: DF, 48 and CD. RGB value is (223,72,205). Sum of RGB (Red+Green+Blue) = 223+72+205=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF48CD is #20B732. Grayscale: #838383. Windows color (decimal): -2144051 or 13453535. OLE color: 13453535.

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

Color convert

RGB 223 72 205 -
CMYK 0 0.68 0.08 0.13
HSL 307.15º 0.7% 0.58% -
HSV(B) 307.15º 0.68% 0.87% -
XYZ 43.77 24.73 60.22 -
YUV 132.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 223 72 205 0 0.68 0.08 0.13 307.15 0.7 0.58
Hex DF 48 CD 0 44 8 D 133 46 3A
Octal 337 110 315 0 104 10 15 463 106 72
Binary 11011111 1001000 11001101 0 1000100 1000 1101 100110011 1000110 111010

Color Harmonies of #DF48CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48CD

Black with #DF48CD

Text Example


Text Example

White with #DF48CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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