Html Css Color HEX #DB49CC Free Speech Magenta

📋 copy color: '#DB49CC'

red 219 ◦ green 73 ◦ blue 204

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

Shades of Free Speech Magenta #DB49CC

Tints of Free Speech Magenta #DB49CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.72%

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

R = 44.15%
G = 14.72%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB49CC (or 0xDB49CC) is known color: Free Speech Magenta. HEX triplet: DB, 49 and CC. RGB value is (219,73,204). Sum of RGB (Red+Green+Blue) = 219+73+204=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB49CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB49CC is #24B633. Grayscale: #838383. Windows color (decimal): -2405940 or 13388251. OLE color: 13388251.

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

Color convert

RGB 219 73 204 -
CMYK 0 0.67 0.07 0.14
HSL 306.16º 0.67% 0.57% -
HSV(B) 306.16º 0.67% 0.86% -
XYZ 42.5 24.18 59.56 -
YUV 131.59 168.87 190.35 -
System Red Green Blue C M Y K H S L
Decimal 219 73 204 0 0.67 0.07 0.14 306.16 0.67 0.57
Hex DB 49 CC 0 43 7 E 132 43 39
Octal 333 111 314 0 103 7 16 462 103 71
Binary 11011011 1001001 11001100 0 1000011 111 1110 100110010 1000011 111001

Color Harmonies of #DB49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB49CC

Black with #DB49CC

Text Example


Text Example

White with #DB49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB49CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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