Html Css Color HEX #DB40CF Free Speech Magenta

📋 copy color: '#DB40CF'

red 219 ◦ green 64 ◦ blue 207

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

Shades of Free Speech Magenta #DB40CF

Tints of Free Speech Magenta #DB40CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.24%

R = 44.69%
G = 13.06%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB40CF (or 0xDB40CF) is known color: Free Speech Magenta. HEX triplet: DB, 40 and CF. RGB value is (219,64,207). Sum of RGB (Red+Green+Blue) = 219+64+207=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40CF is #24BF30. Grayscale: #7E7E7E. Windows color (decimal): -2408241 or 13582555. OLE color: 13582555.

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

Color convert

RGB 219 64 207 -
CMYK 0 0.71 0.05 0.14
HSL 304.65º 0.68% 0.55% -
HSV(B) 304.65º 0.71% 0.86% -
XYZ 42.31 23.23 61.29 -
YUV 126.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 219 64 207 0 0.71 0.05 0.14 304.65 0.68 0.55
Hex DB 40 CF 0 47 5 E 131 44 37
Octal 333 100 317 0 107 5 16 461 104 67
Binary 11011011 1000000 11001111 0 1000111 101 1110 100110001 1000100 110111

Color Harmonies of #DB40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40CF

Black with #DB40CF

Text Example


Text Example

White with #DB40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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