Html Css Color HEX #DB40C7 Free Speech Magenta

📋 copy color: '#DB40C7'

red 219 ◦ green 64 ◦ blue 199

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

Shades of Free Speech Magenta #DB40C7

Tints of Free Speech Magenta #DB40C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.29%

R = 45.44%
G = 13.28%
B = 41.29%

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

#DB40C7 (or 0xDB40C7) is known color: Free Speech Magenta. HEX triplet: DB, 40 and C7. RGB value is (219,64,199). Sum of RGB (Red+Green+Blue) = 219+64+199=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40C7 is #24BF38. Grayscale: #7D7D7D. Windows color (decimal): -2408249 or 13058267. OLE color: 13058267.

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

Color convert

RGB 219 64 199 -
CMYK 0 0.71 0.09 0.14
HSL 307.74º 0.68% 0.55% -
HSV(B) 307.74º 0.71% 0.86% -
XYZ 41.36 22.85 56.26 -
YUV 125.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 219 64 199 0 0.71 0.09 0.14 307.74 0.68 0.55
Hex DB 40 C7 0 47 9 E 134 44 37
Octal 333 100 307 0 107 11 16 464 104 67
Binary 11011011 1000000 11000111 0 1000111 1001 1110 100110100 1000100 110111

Color Harmonies of #DB40C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40C7

Black with #DB40C7

Text Example


Text Example

White with #DB40C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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