Html Css Color HEX #DB41CC Free Speech Magenta

📋 copy color: '#DB41CC'

red 219 ◦ green 65 ◦ blue 204

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

Shades of Free Speech Magenta #DB41CC

Tints of Free Speech Magenta #DB41CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.32%

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

R = 44.88%
G = 13.32%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB41CC (or 0xDB41CC) is known color: Free Speech Magenta. HEX triplet: DB, 41 and CC. RGB value is (219,65,204). Sum of RGB (Red+Green+Blue) = 219+65+204=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB41CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB41CC is #24BE33. Grayscale: #7E7E7E. Windows color (decimal): -2407988 or 13386203. OLE color: 13386203.

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

Color convert

RGB 219 65 204 -
CMYK 0 0.70 0.07 0.14
HSL 305.84º 0.68% 0.56% -
HSV(B) 305.84º 0.7% 0.86% -
XYZ 42 23.2 59.39 -
YUV 126.89 171.52 193.7 -
System Red Green Blue C M Y K H S L
Decimal 219 65 204 0 0.70 0.07 0.14 305.84 0.68 0.56
Hex DB 41 CC 0 46 7 E 132 44 38
Octal 333 101 314 0 106 7 16 462 104 70
Binary 11011011 1000001 11001100 0 1000110 111 1110 100110010 1000100 111000

Color Harmonies of #DB41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB41CC

Black with #DB41CC

Text Example


Text Example

White with #DB41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB41CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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