Html Css Color HEX #DB4CD6 Free Speech Magenta

📋 copy color: '#DB4CD6'

red 219 ◦ green 76 ◦ blue 214

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

Shades of Free Speech Magenta #DB4CD6

Tints of Free Speech Magenta #DB4CD6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.93%

 BLUE value IS 214 (83.98% from 255) = 42.04%

R = 43.03%
G = 14.93%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB4CD6 (or 0xDB4CD6) is known color: Free Speech Magenta. HEX triplet: DB, 4C and D6. RGB value is (219,76,214). Sum of RGB (Red+Green+Blue) = 219+76+214=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4CD6 is #24B329. Grayscale: #868686. Windows color (decimal): -2405162 or 14044379. OLE color: 14044379.

HSL color Cylindrical-coordinate representation of color #DB4CD6: hue angle of 302.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4CD6 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 76 214 -
CMYK 0 0.65 0.02 0.14
HSL 302.1º 0.67% 0.58% -
HSV(B) 302.1º 0.65% 0.86% -
XYZ 43.94 25.08 66.14 -
YUV 134.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 219 76 214 0 0.65 0.02 0.14 302.1 0.67 0.58
Hex DB 4C D6 0 41 2 E 12E 43 3A
Octal 333 114 326 0 101 2 16 456 103 72
Binary 11011011 1001100 11010110 0 1000001 10 1110 100101110 1000011 111010

Color Harmonies of #DB4CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CD6

Black with #DB4CD6

Text Example


Text Example

White with #DB4CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CD6; }

 p { color: rgb(219,76,214); }

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

background-color css

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

 a { background-color: rgb(219,76,214); }

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

border-color css

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

 span { border-color: rgb(219,76,214); }

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