Html Css Color HEX #DB4DDC Free Speech Magenta

📋 copy color: '#DB4DDC'

red 219 ◦ green 77 ◦ blue 220

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

Shades of Free Speech Magenta #DB4DDC

Tints of Free Speech Magenta #DB4DDC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.92%

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 42.44%
G = 14.92%
B = 42.64%

CMYK

 C value IS 0.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB4DDC (or 0xDB4DDC) is known color: Free Speech Magenta. HEX triplet: DB, 4D and DC. RGB value is (219,77,220). Sum of RGB (Red+Green+Blue) = 219+77+220=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DDC is #24B223. Grayscale: #878787. Windows color (decimal): -2404900 or 14437851. OLE color: 14437851.

HSL color Cylindrical-coordinate representation of color #DB4DDC: hue angle of 299.58º 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 #DB4DDC is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 77 220 -
CMYK 0.00 0.65 0 0.14
HSL 299.58º 0.67% 0.58% -
HSV(B) 299.58º 0.65% 0.86% -
XYZ 44.79 25.54 70.28 -
YUV 135.76 175.54 187.37 -
System Red Green Blue C M Y K H S L
Decimal 219 77 220 0.00 0.65 0 0.14 299.58 0.67 0.58
Hex DB 4D DC 0 41 0 E 12C 43 3A
Octal 333 115 334 0 101 0 16 454 103 72
Binary 11011011 1001101 11011100 0 1000001 0 1110 100101100 1000011 111010

Color Harmonies of #DB4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DDC

Black with #DB4DDC

Text Example


Text Example

White with #DB4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DDC; }

 p { color: rgb(219,77,220); }

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

background-color css

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

 a { background-color: rgb(219,77,220); }

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

border-color css

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

 span { border-color: rgb(219,77,220); }

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