Html Css Color HEX #DB40D7 Free Speech Magenta

📋 copy color: '#DB40D7'

red 219 ◦ green 64 ◦ blue 215

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

Shades of Free Speech Magenta #DB40D7

Tints of Free Speech Magenta #DB40D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.17%

R = 43.98%
G = 12.85%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB40D7 (or 0xDB40D7) is known color: Free Speech Magenta. HEX triplet: DB, 40 and D7. RGB value is (219,64,215). Sum of RGB (Red+Green+Blue) = 219+64+215=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40D7 is #24BF28. Grayscale: #7F7F7F. Windows color (decimal): -2408233 or 14106843. OLE color: 14106843.

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

Color convert

RGB 219 64 215 -
CMYK 0 0.71 0.02 0.14
HSL 301.55º 0.68% 0.55% -
HSV(B) 301.55º 0.71% 0.86% -
XYZ 43.31 23.63 66.57 -
YUV 127.56 177.35 193.22 -
System Red Green Blue C M Y K H S L
Decimal 219 64 215 0 0.71 0.02 0.14 301.55 0.68 0.55
Hex DB 40 D7 0 47 2 E 12E 44 37
Octal 333 100 327 0 107 2 16 456 104 67
Binary 11011011 1000000 11010111 0 1000111 10 1110 100101110 1000100 110111

Color Harmonies of #DB40D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40D7

Black with #DB40D7

Text Example


Text Example

White with #DB40D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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