Html Css Color HEX #DC48DB Free Speech Magenta

📋 copy color: '#DC48DB'

red 220 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Magenta #DC48DB

Tints of Free Speech Magenta #DC48DB

RGB

 RED value IS 220 (86.33% from 255) = 43.05%

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

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

R = 43.05%
G = 14.09%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC48DB (or 0xDC48DB) is known color: Free Speech Magenta. HEX triplet: DC, 48 and DB. RGB value is (220,72,219). Sum of RGB (Red+Green+Blue) = 220+72+219=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC48DB is #23B724. Grayscale: #848484. Windows color (decimal): -2340645 or 14371036. OLE color: 14371036.

HSL color Cylindrical-coordinate representation of color #DC48DB: hue angle of 300.41º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC48DB is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 72 219 -
CMYK 0 0.67 0.00 0.14
HSL 300.41º 0.68% 0.57% -
HSV(B) 300.41º 0.67% 0.86% -
XYZ 44.62 24.96 69.48 -
YUV 133.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 220 72 219 0 0.67 0.00 0.14 300.41 0.68 0.57
Hex DC 48 DB 0 43 0 E 12C 44 39
Octal 334 110 333 0 103 0 16 454 104 71
Binary 11011100 1001000 11011011 0 1000011 0 1110 100101100 1000100 111001

Color Harmonies of #DC48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC48DB

Black with #DC48DB

Text Example


Text Example

White with #DC48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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