Html Css Color HEX #DB42F1 Free Speech Magenta

📋 copy color: '#DB42F1'

red 219 ◦ green 66 ◦ blue 241

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

Shades of Free Speech Magenta #DB42F1

Tints of Free Speech Magenta #DB42F1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.55%

 BLUE value IS 241 (94.53% from 255) = 45.82%

R = 41.63%
G = 12.55%
B = 45.82%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB42F1 (or 0xDB42F1) is known color: Free Speech Magenta. HEX triplet: DB, 42 and F1. RGB value is (219,66,241). Sum of RGB (Red+Green+Blue) = 219+66+241=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 66 (26.17% from 255 or 12.55% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB42F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42F1 is #24BD0E. Grayscale: #838383. Windows color (decimal): -2407695 or 15811291. OLE color: 15811291.

HSL color Cylindrical-coordinate representation of color #DB42F1: hue angle of 292.46º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB42F1 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 66 241 -
CMYK 0.09 0.73 0 0.05
HSL 292.46º 0.86% 0.6% -
HSV(B) 292.46º 0.73% 0.95% -
XYZ 47.04 25.31 85.62 -
YUV 131.7 189.69 190.27 -
System Red Green Blue C M Y K H S L
Decimal 219 66 241 0.09 0.73 0 0.05 292.46 0.86 0.6
Hex DB 42 F1 9 49 0 5 124 56 3C
Octal 333 102 361 11 111 0 5 444 126 74
Binary 11011011 1000010 11110001 1001 1001001 0 101 100100100 1010110 111100

Color Harmonies of #DB42F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42F1

Black with #DB42F1

Text Example


Text Example

White with #DB42F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42F1; }

 p { color: rgb(219,66,241); }

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

background-color css

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

 a { background-color: rgb(219,66,241); }

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

border-color css

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

 span { border-color: rgb(219,66,241); }

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