Html Css Color HEX #DB4FDF Free Speech Magenta

📋 copy color: '#DB4FDF'

red 219 ◦ green 79 ◦ blue 223

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

Shades of Free Speech Magenta #DB4FDF

Tints of Free Speech Magenta #DB4FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.16%

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

R = 42.03%
G = 15.16%
B = 42.8%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB4FDF (or 0xDB4FDF) is known color: Free Speech Magenta. HEX triplet: DB, 4F and DF. RGB value is (219,79,223). Sum of RGB (Red+Green+Blue) = 219+79+223=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4FDF is #24B020. Grayscale: #888888. Windows color (decimal): -2404385 or 14634971. OLE color: 14634971.

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

Color convert

RGB 219 79 223 -
CMYK 0.02 0.65 0 0.13
HSL 298.33º 0.69% 0.59% -
HSV(B) 298.33º 0.65% 0.87% -
XYZ 45.33 25.98 72.44 -
YUV 137.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 219 79 223 0.02 0.65 0 0.13 298.33 0.69 0.59
Hex DB 4F DF 2 41 0 D 12A 45 3B
Octal 333 117 337 2 101 0 15 452 105 73
Binary 11011011 1001111 11011111 10 1000001 0 1101 100101010 1000101 111011

Color Harmonies of #DB4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4FDF

Black with #DB4FDF

Text Example


Text Example

White with #DB4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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