Html Css Color HEX #D34DDD Free Speech Magenta

📋 copy color: '#D34DDD'

red 211 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Magenta #D34DDD

Tints of Free Speech Magenta #D34DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.13%

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

R = 41.45%
G = 15.13%
B = 43.42%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D34DDD (or 0xD34DDD) is known color: Free Speech Magenta. HEX triplet: D3, 4D and DD. RGB value is (211,77,221). Sum of RGB (Red+Green+Blue) = 211+77+221=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #D34DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34DDD is #2CB222. Grayscale: #858585. Windows color (decimal): -2929187 or 14503379. OLE color: 14503379.

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

Color convert

RGB 211 77 221 -
CMYK 0.05 0.65 0 0.13
HSL 295.83º 0.68% 0.58% -
HSV(B) 295.83º 0.65% 0.87% -
XYZ 42.57 24.38 70.87 -
YUV 133.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 211 77 221 0.05 0.65 0 0.13 295.83 0.68 0.58
Hex D3 4D DD 5 41 0 D 128 44 3A
Octal 323 115 335 5 101 0 15 450 104 72
Binary 11010011 1001101 11011101 101 1000001 0 1101 100101000 1000100 111010

Color Harmonies of #D34DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34DDD

Black with #D34DDD

Text Example


Text Example

White with #D34DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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