Html Css Color HEX #DB46CD Free Speech Magenta

📋 copy color: '#DB46CD'

red 219 ◦ green 70 ◦ blue 205

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

Shades of Free Speech Magenta #DB46CD

Tints of Free Speech Magenta #DB46CD

RGB

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

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

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

R = 44.33%
G = 14.17%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB46CD (or 0xDB46CD) is known color: Free Speech Magenta. HEX triplet: DB, 46 and CD. RGB value is (219,70,205). Sum of RGB (Red+Green+Blue) = 219+70+205=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB46CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB46CD is #24B932. Grayscale: #818181. Windows color (decimal): -2406707 or 13453019. OLE color: 13453019.

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

Color convert

RGB 219 70 205 -
CMYK 0 0.68 0.06 0.14
HSL 305.64º 0.67% 0.57% -
HSV(B) 305.64º 0.68% 0.86% -
XYZ 42.42 23.85 60.12 -
YUV 129.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 219 70 205 0 0.68 0.06 0.14 305.64 0.67 0.57
Hex DB 46 CD 0 44 6 E 132 43 39
Octal 333 106 315 0 104 6 16 462 103 71
Binary 11011011 1000110 11001101 0 1000100 110 1110 100110010 1000011 111001

Color Harmonies of #DB46CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB46CD

Black with #DB46CD

Text Example


Text Example

White with #DB46CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB46CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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