Html Css Color HEX #DB4DE7 Free Speech Magenta

📋 copy color: '#DB4DE7'

red 219 ◦ green 77 ◦ blue 231

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

Shades of Free Speech Magenta #DB4DE7

Tints of Free Speech Magenta #DB4DE7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.61%

 BLUE value IS 231 (90.63% from 255) = 43.83%

R = 41.56%
G = 14.61%
B = 43.83%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB4DE7 (or 0xDB4DE7) is known color: Free Speech Magenta. HEX triplet: DB, 4D and E7. RGB value is (219,77,231). Sum of RGB (Red+Green+Blue) = 219+77+231=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB4DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DE7 is #24B218. Grayscale: #888888. Windows color (decimal): -2404889 or 15158747. OLE color: 15158747.

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

Color convert

RGB 219 77 231 -
CMYK 0.05 0.67 0 0.09
HSL 295.32º 0.76% 0.6% -
HSV(B) 295.32º 0.67% 0.91% -
XYZ 46.29 26.14 78.21 -
YUV 137.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 219 77 231 0.05 0.67 0 0.09 295.32 0.76 0.6
Hex DB 4D E7 5 43 0 9 127 4C 3C
Octal 333 115 347 5 103 0 11 447 114 74
Binary 11011011 1001101 11100111 101 1000011 0 1001 100100111 1001100 111100

Color Harmonies of #DB4DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DE7

Black with #DB4DE7

Text Example


Text Example

White with #DB4DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DE7; }

 p { color: rgb(219,77,231); }

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

background-color css

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

 a { background-color: rgb(219,77,231); }

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

border-color css

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

 span { border-color: rgb(219,77,231); }

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