Html Css Color HEX #D63ADD Free Speech Magenta

📋 copy color: '#D63ADD'

red 214 ◦ green 58 ◦ blue 221

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

Shades of Free Speech Magenta #D63ADD

Tints of Free Speech Magenta #D63ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.76%

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

R = 43.41%
G = 11.76%
B = 44.83%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D63ADD (or 0xD63ADD) is known color: Free Speech Magenta. HEX triplet: D6, 3A and DD. RGB value is (214,58,221). Sum of RGB (Red+Green+Blue) = 214+58+221=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #D63ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63ADD is #29C522. Grayscale: #7A7A7A. Windows color (decimal): -2737443 or 14498518. OLE color: 14498518.

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

Color convert

RGB 214 58 221 -
CMYK 0.03 0.74 0 0.13
HSL 297.42º 0.71% 0.55% -
HSV(B) 297.42º 0.74% 0.87% -
XYZ 42.3 22.54 70.53 -
YUV 123.23 183.18 192.75 -
System Red Green Blue C M Y K H S L
Decimal 214 58 221 0.03 0.74 0 0.13 297.42 0.71 0.55
Hex D6 3A DD 3 4A 0 D 129 47 37
Octal 326 72 335 3 112 0 15 451 107 67
Binary 11010110 111010 11011101 11 1001010 0 1101 100101001 1000111 110111

Color Harmonies of #D63ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63ADD

Black with #D63ADD

Text Example


Text Example

White with #D63ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63ADD; }

 p { color: rgb(214,58,221); }

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

background-color css

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

 a { background-color: rgb(214,58,221); }

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

border-color css

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

 span { border-color: rgb(214,58,221); }

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