Html Css Color HEX #DB4AED Free Speech Magenta

📋 copy color: '#DB4AED'

red 219 ◦ green 74 ◦ blue 237

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

Shades of Free Speech Magenta #DB4AED

Tints of Free Speech Magenta #DB4AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.96%

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 41.32%
G = 13.96%
B = 44.72%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB4AED (or 0xDB4AED) is known color: Free Speech Magenta. HEX triplet: DB, 4A and ED. RGB value is (219,74,237). Sum of RGB (Red+Green+Blue) = 219+74+237=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 74 (29.30% from 255 or 13.96% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB4AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AED is #24B512. Grayscale: #878787. Windows color (decimal): -2405651 or 15551195. OLE color: 15551195.

HSL color Cylindrical-coordinate representation of color #DB4AED: hue angle of 293.37º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4AED is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 74 237 -
CMYK 0.08 0.69 0 0.07
HSL 293.37º 0.82% 0.61% -
HSV(B) 293.37º 0.69% 0.93% -
XYZ 46.95 26.07 82.68 -
YUV 135.94 185.04 187.25 -
System Red Green Blue C M Y K H S L
Decimal 219 74 237 0.08 0.69 0 0.07 293.37 0.82 0.61
Hex DB 4A ED 8 45 0 7 125 52 3D
Octal 333 112 355 10 105 0 7 445 122 75
Binary 11011011 1001010 11101101 1000 1000101 0 111 100100101 1010010 111101

Color Harmonies of #DB4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AED

Black with #DB4AED

Text Example


Text Example

White with #DB4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AED; }

 p { color: rgb(219,74,237); }

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

background-color css

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

 a { background-color: rgb(219,74,237); }

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

border-color css

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

 span { border-color: rgb(219,74,237); }

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