Html Css Color HEX #D536DD Free Speech Magenta

📋 copy color: '#D536DD'

red 213 ◦ green 54 ◦ blue 221

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

Shades of Free Speech Magenta #D536DD

Tints of Free Speech Magenta #D536DD

RGB

 RED value IS 213 (83.59% from 255) = 43.65%

 GREEN value IS 54 (21.48% from 255) = 11.07%

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

R = 43.65%
G = 11.07%
B = 45.29%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D536DD (or 0xD536DD) is known color: Free Speech Magenta. HEX triplet: D5, 36 and DD. RGB value is (213,54,221). Sum of RGB (Red+Green+Blue) = 213+54+221=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 54 (21.48% from 255 or 11.07% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #D536DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536DD is #2AC922. Grayscale: #787878. Windows color (decimal): -2804003 or 14497493. OLE color: 14497493.

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

Color convert

RGB 213 54 221 -
CMYK 0.04 0.76 0 0.13
HSL 297.13º 0.71% 0.54% -
HSV(B) 297.13º 0.76% 0.87% -
XYZ 41.81 22 70.45 -
YUV 120.58 184.68 193.92 -
System Red Green Blue C M Y K H S L
Decimal 213 54 221 0.04 0.76 0 0.13 297.13 0.71 0.54
Hex D5 36 DD 4 4C 0 D 129 47 36
Octal 325 66 335 4 114 0 15 451 107 66
Binary 11010101 110110 11011101 100 1001100 0 1101 100101001 1000111 110110

Color Harmonies of #D536DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D536DD

Black with #D536DD

Text Example


Text Example

White with #D536DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D536DD; }

 p { color: rgb(213,54,221); }

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

background-color css

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

 a { background-color: rgb(213,54,221); }

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

border-color css

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

 span { border-color: rgb(213,54,221); }

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