Html Css Color HEX #DB42FB Free Speech Magenta

📋 copy color: '#DB42FB'

red 219 ◦ green 66 ◦ blue 251

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

Shades of Free Speech Magenta #DB42FB

Tints of Free Speech Magenta #DB42FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 40.86%
G = 12.31%
B = 46.83%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB42FB (or 0xDB42FB) is known color: Free Speech Magenta. HEX triplet: DB, 42 and FB. RGB value is (219,66,251). Sum of RGB (Red+Green+Blue) = 219+66+251=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 66 (26.17% from 255 or 12.31% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB42FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42FB is #24BD04. Grayscale: #848484. Windows color (decimal): -2407685 or 16466651. OLE color: 16466651.

HSL color Cylindrical-coordinate representation of color #DB42FB: hue angle of 289.62º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB42FB is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 66 251 -
CMYK 0.13 0.74 0 0.02
HSL 289.62º 0.96% 0.62% -
HSV(B) 289.62º 0.74% 0.98% -
XYZ 48.57 25.92 93.71 -
YUV 132.84 194.69 189.46 -
System Red Green Blue C M Y K H S L
Decimal 219 66 251 0.13 0.74 0 0.02 289.62 0.96 0.62
Hex DB 42 FB D 4A 0 2 122 60 3E
Octal 333 102 373 15 112 0 2 442 140 76
Binary 11011011 1000010 11111011 1101 1001010 0 10 100100010 1100000 111110

Color Harmonies of #DB42FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42FB

Black with #DB42FB

Text Example


Text Example

White with #DB42FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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