Html Css Color HEX #DB4ACC Free Speech Magenta

📋 copy color: '#DB4ACC'

red 219 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Magenta #DB4ACC

Tints of Free Speech Magenta #DB4ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 44.06%
G = 14.89%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB4ACC (or 0xDB4ACC) is known color: Free Speech Magenta. HEX triplet: DB, 4A and CC. RGB value is (219,74,204). Sum of RGB (Red+Green+Blue) = 219+74+204=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4ACC is #24B533. Grayscale: #838383. Windows color (decimal): -2405684 or 13388507. OLE color: 13388507.

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

Color convert

RGB 219 74 204 -
CMYK 0 0.66 0.07 0.14
HSL 306.21º 0.67% 0.57% -
HSV(B) 306.21º 0.66% 0.86% -
XYZ 42.56 24.32 59.58 -
YUV 132.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 219 74 204 0 0.66 0.07 0.14 306.21 0.67 0.57
Hex DB 4A CC 0 42 7 E 132 43 39
Octal 333 112 314 0 102 7 16 462 103 71
Binary 11011011 1001010 11001100 0 1000010 111 1110 100110010 1000011 111001

Color Harmonies of #DB4ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4ACC

Black with #DB4ACC

Text Example


Text Example

White with #DB4ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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