Html Css Color HEX #D63DD5 Free Speech Magenta

📋 copy color: '#D63DD5'

red 214 ◦ green 61 ◦ blue 213

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

Shades of Free Speech Magenta #D63DD5

Tints of Free Speech Magenta #D63DD5

RGB

 RED value IS 214 (83.98% from 255) = 43.85%

 GREEN value IS 61 (24.22% from 255) = 12.5%

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

R = 43.85%
G = 12.5%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D63DD5 (or 0xD63DD5) is known color: Free Speech Magenta. HEX triplet: D6, 3D and D5. RGB value is (214,61,213). Sum of RGB (Red+Green+Blue) = 214+61+213=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DD5 is #29C22A. Grayscale: #7B7B7B. Windows color (decimal): -2736683 or 13974998. OLE color: 13974998.

HSL color Cylindrical-coordinate representation of color #D63DD5: hue angle of 300.39º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63DD5 is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 61 213 -
CMYK 0 0.71 0.00 0.16
HSL 300.39º 0.65% 0.54% -
HSV(B) 300.39º 0.71% 0.84% -
XYZ 41.41 22.44 65.1 -
YUV 124.08 178.19 192.14 -
System Red Green Blue C M Y K H S L
Decimal 214 61 213 0 0.71 0.00 0.16 300.39 0.65 0.54
Hex D6 3D D5 0 47 0 10 12C 41 36
Octal 326 75 325 0 107 0 20 454 101 66
Binary 11010110 111101 11010101 0 1000111 0 10000 100101100 1000001 110110

Color Harmonies of #D63DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DD5

Black with #D63DD5

Text Example


Text Example

White with #D63DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DD5; }

 p { color: rgb(214,61,213); }

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

background-color css

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

 a { background-color: rgb(214,61,213); }

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

border-color css

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

 span { border-color: rgb(214,61,213); }

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