Html Css Color HEX #DB4AC7 Free Speech Magenta

📋 copy color: '#DB4AC7'

red 219 ◦ green 74 ◦ blue 199

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

Shades of Free Speech Magenta #DB4AC7

Tints of Free Speech Magenta #DB4AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.45%

R = 44.51%
G = 15.04%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB4AC7 (or 0xDB4AC7) is known color: Free Speech Magenta. HEX triplet: DB, 4A and C7. RGB value is (219,74,199). Sum of RGB (Red+Green+Blue) = 219+74+199=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB4AC7 is #24B538. Grayscale: #838383. Windows color (decimal): -2405689 or 13060827. OLE color: 13060827.

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

Color convert

RGB 219 74 199 -
CMYK 0 0.66 0.09 0.14
HSL 308.28º 0.67% 0.57% -
HSV(B) 308.28º 0.66% 0.86% -
XYZ 41.97 24.08 56.47 -
YUV 131.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 219 74 199 0 0.66 0.09 0.14 308.28 0.67 0.57
Hex DB 4A C7 0 42 9 E 134 43 39
Octal 333 112 307 0 102 11 16 464 103 71
Binary 11011011 1001010 11000111 0 1000010 1001 1110 100110100 1000011 111001

Color Harmonies of #DB4AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AC7

Black with #DB4AC7

Text Example


Text Example

White with #DB4AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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