Html Css Color HEX #DB40C8 Free Speech Magenta

📋 copy color: '#DB40C8'

red 219 ◦ green 64 ◦ blue 200

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

Shades of Free Speech Magenta #DB40C8

Tints of Free Speech Magenta #DB40C8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.25%

 BLUE value IS 200 (78.52% from 255) = 41.41%

R = 45.34%
G = 13.25%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB40C8 (or 0xDB40C8) is known color: Free Speech Magenta. HEX triplet: DB, 40 and C8. RGB value is (219,64,200). Sum of RGB (Red+Green+Blue) = 219+64+200=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40C8 is #24BF37. Grayscale: #7D7D7D. Windows color (decimal): -2408248 or 13123803. OLE color: 13123803.

HSL color Cylindrical-coordinate representation of color #DB40C8: hue angle of 307.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB40C8 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 64 200 -
CMYK 0 0.71 0.09 0.14
HSL 307.35º 0.68% 0.55% -
HSV(B) 307.35º 0.71% 0.86% -
XYZ 41.47 22.9 56.88 -
YUV 125.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 219 64 200 0 0.71 0.09 0.14 307.35 0.68 0.55
Hex DB 40 C8 0 47 9 E 133 44 37
Octal 333 100 310 0 107 11 16 463 104 67
Binary 11011011 1000000 11001000 0 1000111 1001 1110 100110011 1000100 110111

Color Harmonies of #DB40C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40C8

Black with #DB40C8

Text Example


Text Example

White with #DB40C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40C8; }

 p { color: rgb(219,64,200); }

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

background-color css

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

 a { background-color: rgb(219,64,200); }

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

border-color css

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

 span { border-color: rgb(219,64,200); }

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