Html Css Color HEX #DB30ED Free Speech Magenta

📋 copy color: '#DB30ED'

red 219 ◦ green 48 ◦ blue 237

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

Shades of Free Speech Magenta #DB30ED

Tints of Free Speech Magenta #DB30ED

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.52%

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 43.45%
G = 9.52%
B = 47.02%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB30ED (or 0xDB30ED) is known color: Free Speech Magenta. HEX triplet: DB, 30 and ED. RGB value is (219,48,237). Sum of RGB (Red+Green+Blue) = 219+48+237=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 48 (19.14% from 255 or 9.52% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB30ED is #24CF12. Grayscale: #787878. Windows color (decimal): -2412307 or 15544539. OLE color: 15544539.

HSL color Cylindrical-coordinate representation of color #DB30ED: hue angle of 294.29º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB30ED is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 48 237 -
CMYK 0.08 0.80 0 0.07
HSL 294.29º 0.84% 0.56% -
HSV(B) 294.29º 0.8% 0.93% -
XYZ 45.56 23.29 82.21 -
YUV 120.68 193.65 198.13 -
System Red Green Blue C M Y K H S L
Decimal 219 48 237 0.08 0.80 0 0.07 294.29 0.84 0.56
Hex DB 30 ED 8 50 0 7 126 54 38
Octal 333 60 355 10 120 0 7 446 124 70
Binary 11011011 110000 11101101 1000 1010000 0 111 100100110 1010100 111000

Color Harmonies of #DB30ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB30ED

Black with #DB30ED

Text Example


Text Example

White with #DB30ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB30ED; }

 p { color: rgb(219,48,237); }

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

background-color css

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

 a { background-color: rgb(219,48,237); }

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

border-color css

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

 span { border-color: rgb(219,48,237); }

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