Html Css Color HEX #DB2FE5 Free Speech Magenta

📋 copy color: '#DB2FE5'

red 219 ◦ green 47 ◦ blue 229

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

Shades of Free Speech Magenta #DB2FE5

Tints of Free Speech Magenta #DB2FE5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.49%

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 44.24%
G = 9.49%
B = 46.26%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB2FE5 (or 0xDB2FE5) is known color: Free Speech Magenta. HEX triplet: DB, 2F and E5. RGB value is (219,47,229). Sum of RGB (Red+Green+Blue) = 219+47+229=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB2FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2FE5 is #24D01A. Grayscale: #767676. Windows color (decimal): -2412571 or 15019995. OLE color: 15019995.

HSL color Cylindrical-coordinate representation of color #DB2FE5: hue angle of 296.7º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2FE5 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 47 229 -
CMYK 0.04 0.79 0 0.10
HSL 296.7º 0.78% 0.54% -
HSV(B) 296.7º 0.79% 0.9% -
XYZ 44.37 22.75 76.18 -
YUV 119.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 219 47 229 0.04 0.79 0 0.10 296.7 0.78 0.54
Hex DB 2F E5 4 4F 0 A 129 4E 36
Octal 333 57 345 4 117 0 12 451 116 66
Binary 11011011 101111 11100101 100 1001111 0 1010 100101001 1001110 110110

Color Harmonies of #DB2FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2FE5

Black with #DB2FE5

Text Example


Text Example

White with #DB2FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2FE5; }

 p { color: rgb(219,47,229); }

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

background-color css

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

 a { background-color: rgb(219,47,229); }

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

border-color css

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

 span { border-color: rgb(219,47,229); }

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