Html Css Color HEX #DB42DA Free Speech Magenta

📋 copy color: '#DB42DA'

red 219 ◦ green 66 ◦ blue 218

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

Shades of Free Speech Magenta #DB42DA

Tints of Free Speech Magenta #DB42DA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.12%

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

R = 43.54%
G = 13.12%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB42DA (or 0xDB42DA) is known color: Free Speech Magenta. HEX triplet: DB, 42 and DA. RGB value is (219,66,218). Sum of RGB (Red+Green+Blue) = 219+66+218=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42DA is #24BD25. Grayscale: #808080. Windows color (decimal): -2407718 or 14303963. OLE color: 14303963.

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

Color convert

RGB 219 66 218 -
CMYK 0 0.70 0.00 0.14
HSL 300.39º 0.68% 0.56% -
HSV(B) 300.39º 0.7% 0.86% -
XYZ 43.82 24.02 68.66 -
YUV 129.08 178.19 192.14 -
System Red Green Blue C M Y K H S L
Decimal 219 66 218 0 0.70 0.00 0.14 300.39 0.68 0.56
Hex DB 42 DA 0 46 0 E 12C 44 38
Octal 333 102 332 0 106 0 16 454 104 70
Binary 11011011 1000010 11011010 0 1000110 0 1110 100101100 1000100 111000

Color Harmonies of #DB42DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42DA

Black with #DB42DA

Text Example


Text Example

White with #DB42DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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