Html Css Color HEX #D440DB Free Speech Magenta

📋 copy color: '#D440DB'

red 212 ◦ green 64 ◦ blue 219

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

Shades of Free Speech Magenta #D440DB

Tints of Free Speech Magenta #D440DB

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 212 64 219 -
CMYK 0.03 0.71 0 0.14
HSL 297.29º 0.68% 0.55% -
HSV(B) 297.29º 0.71% 0.86% -
XYZ 41.77 22.78 69.21 -
YUV 125.92 180.53 189.4 -
System Red Green Blue C M Y K H S L
Decimal 212 64 219 0.03 0.71 0 0.14 297.29 0.68 0.55
Hex D4 40 DB 3 47 0 E 129 44 37
Octal 324 100 333 3 107 0 16 451 104 67
Binary 11010100 1000000 11011011 11 1000111 0 1110 100101001 1000100 110111

Color Harmonies of #D440DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D440DB

Black with #D440DB

Text Example


Text Example

White with #D440DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D440DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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