Html Css Color HEX #DB42FA Free Speech Magenta

📋 copy color: '#DB42FA'

red 219 ◦ green 66 ◦ blue 250

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

Shades of Free Speech Magenta #DB42FA

Tints of Free Speech Magenta #DB42FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 40.93%
G = 12.34%
B = 46.73%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB42FA (or 0xDB42FA) is known color: Free Speech Magenta. HEX triplet: DB, 42 and FA. RGB value is (219,66,250). Sum of RGB (Red+Green+Blue) = 219+66+250=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 66 (26.17% from 255 or 12.34% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB42FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB42FA is #24BD05. Grayscale: #848484. Windows color (decimal): -2407686 or 16401115. OLE color: 16401115.

HSL color Cylindrical-coordinate representation of color #DB42FA: hue angle of 289.89º degrees, saturation: 0.95, 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 #DB42FA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 66 250 -
CMYK 0.12 0.74 0 0.02
HSL 289.89º 0.95% 0.62% -
HSV(B) 289.89º 0.74% 0.98% -
XYZ 48.42 25.86 92.88 -
YUV 132.72 194.19 189.54 -
System Red Green Blue C M Y K H S L
Decimal 219 66 250 0.12 0.74 0 0.02 289.89 0.95 0.62
Hex DB 42 FA C 4A 0 2 122 5F 3E
Octal 333 102 372 14 112 0 2 442 137 76
Binary 11011011 1000010 11111010 1100 1001010 0 10 100100010 1011111 111110

Color Harmonies of #DB42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42FA

Black with #DB42FA

Text Example


Text Example

White with #DB42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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