Html Css Color HEX #DB48C1 Free Speech Magenta

📋 copy color: '#DB48C1'

red 219 ◦ green 72 ◦ blue 193

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

Shades of Free Speech Magenta #DB48C1

Tints of Free Speech Magenta #DB48C1

RGB

 RED value IS 219 (85.94% from 255) = 45.25%

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

 BLUE value IS 193 (75.78% from 255) = 39.88%

R = 45.25%
G = 14.88%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB48C1 (or 0xDB48C1) is known color: Free Speech Magenta. HEX triplet: DB, 48 and C1. RGB value is (219,72,193). Sum of RGB (Red+Green+Blue) = 219+72+193=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48C1 is #24B73E. Grayscale: #818181. Windows color (decimal): -2406207 or 12667099. OLE color: 12667099.

HSL color Cylindrical-coordinate representation of color #DB48C1: hue angle of 310.61º degrees, saturation: 0.67, 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 #DB48C1 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 72 193 -
CMYK 0 0.67 0.12 0.14
HSL 310.61º 0.67% 0.57% -
HSV(B) 310.61º 0.67% 0.86% -
XYZ 41.16 23.55 52.83 -
YUV 129.75 163.7 191.66 -
System Red Green Blue C M Y K H S L
Decimal 219 72 193 0 0.67 0.12 0.14 310.61 0.67 0.57
Hex DB 48 C1 0 43 C E 137 43 39
Octal 333 110 301 0 103 14 16 467 103 71
Binary 11011011 1001000 11000001 0 1000011 1100 1110 100110111 1000011 111001

Color Harmonies of #DB48C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB48C1

Black with #DB48C1

Text Example


Text Example

White with #DB48C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB48C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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