Html Css Color HEX #DB31DA Free Speech Magenta

📋 copy color: '#DB31DA'

red 219 ◦ green 49 ◦ blue 218

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

Shades of Free Speech Magenta #DB31DA

Tints of Free Speech Magenta #DB31DA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.08%

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 45.06%
G = 10.08%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB31DA (or 0xDB31DA) is known color: Free Speech Magenta. HEX triplet: DB, 31 and DA. RGB value is (219,49,218). Sum of RGB (Red+Green+Blue) = 219+49+218=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB31DA is #24CE25. Grayscale: #767676. Windows color (decimal): -2412070 or 14299611. OLE color: 14299611.

HSL color Cylindrical-coordinate representation of color #DB31DA: hue angle of 300.35º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB31DA is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 49 218 -
CMYK 0 0.78 0.00 0.14
HSL 300.35º 0.7% 0.53% -
HSV(B) 300.35º 0.78% 0.86% -
XYZ 42.97 22.32 68.37 -
YUV 119.1 183.82 199.26 -
System Red Green Blue C M Y K H S L
Decimal 219 49 218 0 0.78 0.00 0.14 300.35 0.7 0.53
Hex DB 31 DA 0 4E 0 E 12C 46 35
Octal 333 61 332 0 116 0 16 454 106 65
Binary 11011011 110001 11011010 0 1001110 0 1110 100101100 1000110 110101

Color Harmonies of #DB31DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31DA

Black with #DB31DA

Text Example


Text Example

White with #DB31DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31DA; }

 p { color: rgb(219,49,218); }

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

background-color css

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

 a { background-color: rgb(219,49,218); }

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

border-color css

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

 span { border-color: rgb(219,49,218); }

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