Html Css Color HEX #D340DD Free Speech Magenta

📋 copy color: '#D340DD'

red 211 ◦ green 64 ◦ blue 221

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

Shades of Free Speech Magenta #D340DD

Tints of Free Speech Magenta #D340DD

RGB

 RED value IS 211 (82.81% from 255) = 42.54%

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 42.54%
G = 12.9%
B = 44.56%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D340DD (or 0xD340DD) is known color: Free Speech Magenta. HEX triplet: D3, 40 and DD. RGB value is (211,64,221). Sum of RGB (Red+Green+Blue) = 211+64+221=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #D340DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D340DD is #2CBF22. Grayscale: #7D7D7D. Windows color (decimal): -2932515 or 14500051. OLE color: 14500051.

HSL color Cylindrical-coordinate representation of color #D340DD: hue angle of 296.18º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D340DD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 64 221 -
CMYK 0.05 0.71 0 0.13
HSL 296.18º 0.7% 0.56% -
HSV(B) 296.18º 0.71% 0.87% -
XYZ 41.75 22.74 70.59 -
YUV 125.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 211 64 221 0.05 0.71 0 0.13 296.18 0.7 0.56
Hex D3 40 DD 5 47 0 D 128 46 38
Octal 323 100 335 5 107 0 15 450 106 70
Binary 11010011 1000000 11011101 101 1000111 0 1101 100101000 1000110 111000

Color Harmonies of #D340DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D340DD

Black with #D340DD

Text Example


Text Example

White with #D340DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D340DD; }

 p { color: rgb(211,64,221); }

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

background-color css

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

 a { background-color: rgb(211,64,221); }

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

border-color css

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

 span { border-color: rgb(211,64,221); }

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