Html Css Color HEX #DB4ACD Free Speech Magenta

📋 copy color: '#DB4ACD'

red 219 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Magenta #DB4ACD

Tints of Free Speech Magenta #DB4ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.86%

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 43.98%
G = 14.86%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB4ACD (or 0xDB4ACD) is known color: Free Speech Magenta. HEX triplet: DB, 4A and CD. RGB value is (219,74,205). Sum of RGB (Red+Green+Blue) = 219+74+205=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4ACD is #24B532. Grayscale: #838383. Windows color (decimal): -2405683 or 13454043. OLE color: 13454043.

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

Color convert

RGB 219 74 205 -
CMYK 0 0.66 0.06 0.14
HSL 305.79º 0.67% 0.57% -
HSV(B) 305.79º 0.66% 0.86% -
XYZ 42.68 24.37 60.21 -
YUV 132.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 219 74 205 0 0.66 0.06 0.14 305.79 0.67 0.57
Hex DB 4A CD 0 42 6 E 132 43 39
Octal 333 112 315 0 102 6 16 462 103 71
Binary 11011011 1001010 11001101 0 1000010 110 1110 100110010 1000011 111001

Color Harmonies of #DB4ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4ACD

Black with #DB4ACD

Text Example


Text Example

White with #DB4ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4ACD; }

 p { color: rgb(219,74,205); }

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

background-color css

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

 a { background-color: rgb(219,74,205); }

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

border-color css

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

 span { border-color: rgb(219,74,205); }

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