Html Css Color HEX #DB38DA Free Speech Magenta

📋 copy color: '#DB38DA'

red 219 ◦ green 56 ◦ blue 218

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

Shades of Free Speech Magenta #DB38DA

Tints of Free Speech Magenta #DB38DA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.36%

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

R = 44.42%
G = 11.36%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB38DA (or 0xDB38DA) is known color: Free Speech Magenta. HEX triplet: DB, 38 and DA. RGB value is (219,56,218). Sum of RGB (Red+Green+Blue) = 219+56+218=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 56 (22.27% from 255 or 11.36% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38DA is #24C725. Grayscale: #7A7A7A. Windows color (decimal): -2410278 or 14301403. OLE color: 14301403.

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

Color convert

RGB 219 56 218 -
CMYK 0 0.74 0.00 0.14
HSL 300.37º 0.69% 0.54% -
HSV(B) 300.37º 0.74% 0.86% -
XYZ 43.28 22.95 68.48 -
YUV 123.21 181.5 196.33 -
System Red Green Blue C M Y K H S L
Decimal 219 56 218 0 0.74 0.00 0.14 300.37 0.69 0.54
Hex DB 38 DA 0 4A 0 E 12C 45 36
Octal 333 70 332 0 112 0 16 454 105 66
Binary 11011011 111000 11011010 0 1001010 0 1110 100101100 1000101 110110

Color Harmonies of #DB38DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38DA

Black with #DB38DA

Text Example


Text Example

White with #DB38DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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