Html Css Color HEX #DB4DCA Free Speech Magenta

📋 copy color: '#DB4DCA'

red 219 ◦ green 77 ◦ blue 202

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

Shades of Free Speech Magenta #DB4DCA

Tints of Free Speech Magenta #DB4DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 43.98%
G = 15.46%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB4DCA (or 0xDB4DCA) is known color: Free Speech Magenta. HEX triplet: DB, 4D and CA. RGB value is (219,77,202). Sum of RGB (Red+Green+Blue) = 219+77+202=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB4DCA is #24B235. Grayscale: #858585. Windows color (decimal): -2404918 or 13258203. OLE color: 13258203.

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

Color convert

RGB 219 77 202 -
CMYK 0 0.65 0.08 0.14
HSL 307.18º 0.66% 0.58% -
HSV(B) 307.18º 0.65% 0.86% -
XYZ 42.53 24.63 58.39 -
YUV 133.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 219 77 202 0 0.65 0.08 0.14 307.18 0.66 0.58
Hex DB 4D CA 0 41 8 E 133 42 3A
Octal 333 115 312 0 101 10 16 463 102 72
Binary 11011011 1001101 11001010 0 1000001 1000 1110 100110011 1000010 111010

Color Harmonies of #DB4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4DCA

Black with #DB4DCA

Text Example


Text Example

White with #DB4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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