Html Css Color HEX #DB4ADA Free Speech Magenta

📋 copy color: '#DB4ADA'

red 219 ◦ green 74 ◦ blue 218

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

Shades of Free Speech Magenta #DB4ADA

Tints of Free Speech Magenta #DB4ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 42.86%
G = 14.48%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB4ADA (or 0xDB4ADA) is known color: Free Speech Magenta. HEX triplet: DB, 4A and DA. RGB value is (219,74,218). Sum of RGB (Red+Green+Blue) = 219+74+218=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4ADA is #24B525. Grayscale: #858585. Windows color (decimal): -2405670 or 14306011. OLE color: 14306011.

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

Color convert

RGB 219 74 218 -
CMYK 0 0.66 0.00 0.14
HSL 300.41º 0.67% 0.57% -
HSV(B) 300.41º 0.66% 0.86% -
XYZ 44.32 25.02 68.82 -
YUV 133.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 219 74 218 0 0.66 0.00 0.14 300.41 0.67 0.57
Hex DB 4A DA 0 42 0 E 12C 43 39
Octal 333 112 332 0 102 0 16 454 103 71
Binary 11011011 1001010 11011010 0 1000010 0 1110 100101100 1000011 111001

Color Harmonies of #DB4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4ADA

Black with #DB4ADA

Text Example


Text Example

White with #DB4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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