Html Css Color HEX #DB4AD2 Free Speech Magenta

📋 copy color: '#DB4AD2'

red 219 ◦ green 74 ◦ blue 210

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

Shades of Free Speech Magenta #DB4AD2

Tints of Free Speech Magenta #DB4AD2

RGB

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

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

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

R = 43.54%
G = 14.71%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB4AD2 (or 0xDB4AD2) is known color: Free Speech Magenta. HEX triplet: DB, 4A and D2. RGB value is (219,74,210). Sum of RGB (Red+Green+Blue) = 219+74+210=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AD2 is #24B52D. Grayscale: #848484. Windows color (decimal): -2405678 or 13781723. OLE color: 13781723.

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

Color convert

RGB 219 74 210 -
CMYK 0 0.66 0.04 0.14
HSL 303.72º 0.67% 0.57% -
HSV(B) 303.72º 0.66% 0.86% -
XYZ 43.3 24.61 63.44 -
YUV 132.86 171.54 189.44 -
System Red Green Blue C M Y K H S L
Decimal 219 74 210 0 0.66 0.04 0.14 303.72 0.67 0.57
Hex DB 4A D2 0 42 4 E 130 43 39
Octal 333 112 322 0 102 4 16 460 103 71
Binary 11011011 1001010 11010010 0 1000010 100 1110 100110000 1000011 111001

Color Harmonies of #DB4AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AD2

Black with #DB4AD2

Text Example


Text Example

White with #DB4AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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