Html Css Color HEX #DB4AD4 Free Speech Magenta

📋 copy color: '#DB4AD4'

red 219 ◦ green 74 ◦ blue 212

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

Shades of Free Speech Magenta #DB4AD4

Tints of Free Speech Magenta #DB4AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.98%

R = 43.37%
G = 14.65%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB4AD4 (or 0xDB4AD4) is known color: Free Speech Magenta. HEX triplet: DB, 4A and D4. RGB value is (219,74,212). Sum of RGB (Red+Green+Blue) = 219+74+212=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AD4 is #24B52B. Grayscale: #848484. Windows color (decimal): -2405676 or 13912795. OLE color: 13912795.

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

Color convert

RGB 219 74 212 -
CMYK 0 0.66 0.03 0.14
HSL 302.9º 0.67% 0.57% -
HSV(B) 302.9º 0.66% 0.86% -
XYZ 43.55 24.71 64.76 -
YUV 133.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 219 74 212 0 0.66 0.03 0.14 302.9 0.67 0.57
Hex DB 4A D4 0 42 3 E 12F 43 39
Octal 333 112 324 0 102 3 16 457 103 71
Binary 11011011 1001010 11010100 0 1000010 11 1110 100101111 1000011 111001

Color Harmonies of #DB4AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AD4

Black with #DB4AD4

Text Example


Text Example

White with #DB4AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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