Html Css Color HEX #DB46D2 Free Speech Magenta

📋 copy color: '#DB46D2'

red 219 ◦ green 70 ◦ blue 210

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

Shades of Free Speech Magenta #DB46D2

Tints of Free Speech Magenta #DB46D2

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.03%

 BLUE value IS 210 (82.42% from 255) = 42.08%

R = 43.89%
G = 14.03%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB46D2 (or 0xDB46D2) is known color: Free Speech Magenta. HEX triplet: DB, 46 and D2. RGB value is (219,70,210). Sum of RGB (Red+Green+Blue) = 219+70+210=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46D2 is #24B92D. Grayscale: #828282. Windows color (decimal): -2406702 or 13780699. OLE color: 13780699.

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

Color convert

RGB 219 70 210 -
CMYK 0 0.68 0.04 0.14
HSL 303.62º 0.67% 0.57% -
HSV(B) 303.62º 0.68% 0.86% -
XYZ 43.04 24.09 63.36 -
YUV 130.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 219 70 210 0 0.68 0.04 0.14 303.62 0.67 0.57
Hex DB 46 D2 0 44 4 E 130 43 39
Octal 333 106 322 0 104 4 16 460 103 71
Binary 11011011 1000110 11010010 0 1000100 100 1110 100110000 1000011 111001

Color Harmonies of #DB46D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB46D2

Black with #DB46D2

Text Example


Text Example

White with #DB46D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB46D2; }

 p { color: rgb(219,70,210); }

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

background-color css

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

 a { background-color: rgb(219,70,210); }

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

border-color css

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

 span { border-color: rgb(219,70,210); }

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