Html Css Color HEX #DB4ADF Free Speech Magenta

📋 copy color: '#DB4ADF'

red 219 ◦ green 74 ◦ blue 223

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

Shades of Free Speech Magenta #DB4ADF

Tints of Free Speech Magenta #DB4ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 42.44%
G = 14.34%
B = 43.22%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB4ADF (or 0xDB4ADF) is known color: Free Speech Magenta. HEX triplet: DB, 4A and DF. RGB value is (219,74,223). Sum of RGB (Red+Green+Blue) = 219+74+223=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB4ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4ADF is #24B520. Grayscale: #858585. Windows color (decimal): -2405665 or 14633691. OLE color: 14633691.

HSL color Cylindrical-coordinate representation of color #DB4ADF: hue angle of 298.39º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4ADF is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 74 223 -
CMYK 0.02 0.67 0 0.13
HSL 298.39º 0.7% 0.58% -
HSV(B) 298.39º 0.67% 0.87% -
XYZ 44.98 25.29 72.32 -
YUV 134.34 178.04 188.38 -
System Red Green Blue C M Y K H S L
Decimal 219 74 223 0.02 0.67 0 0.13 298.39 0.7 0.58
Hex DB 4A DF 2 43 0 D 12A 46 3A
Octal 333 112 337 2 103 0 15 452 106 72
Binary 11011011 1001010 11011111 10 1000011 0 1101 100101010 1000110 111010

Color Harmonies of #DB4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4ADF

Black with #DB4ADF

Text Example


Text Example

White with #DB4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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