Html Css Color HEX #DB40D4 Free Speech Magenta

📋 copy color: '#DB40D4'

red 219 ◦ green 64 ◦ blue 212

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

Shades of Free Speech Magenta #DB40D4

Tints of Free Speech Magenta #DB40D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.83%

R = 44.24%
G = 12.93%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DB40D4 (or 0xDB40D4) is known color: Free Speech Magenta. HEX triplet: DB, 40 and D4. RGB value is (219,64,212). Sum of RGB (Red+Green+Blue) = 219+64+212=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40D4 is #24BF2B. Grayscale: #7E7E7E. Windows color (decimal): -2408236 or 13910235. OLE color: 13910235.

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

Color convert

RGB 219 64 212 -
CMYK 0 0.71 0.03 0.14
HSL 302.71º 0.68% 0.55% -
HSV(B) 302.71º 0.71% 0.86% -
XYZ 42.93 23.48 64.56 -
YUV 127.22 175.85 193.47 -
System Red Green Blue C M Y K H S L
Decimal 219 64 212 0 0.71 0.03 0.14 302.71 0.68 0.55
Hex DB 40 D4 0 47 3 E 12F 44 37
Octal 333 100 324 0 107 3 16 457 104 67
Binary 11011011 1000000 11010100 0 1000111 11 1110 100101111 1000100 110111

Color Harmonies of #DB40D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40D4

Black with #DB40D4

Text Example


Text Example

White with #DB40D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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