Html Css Color HEX #D63EDD Free Speech Magenta

📋 copy color: '#D63EDD'

red 214 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Magenta #D63EDD

Tints of Free Speech Magenta #D63EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.47%

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

R = 43.06%
G = 12.47%
B = 44.47%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D63EDD (or 0xD63EDD) is known color: Free Speech Magenta. HEX triplet: D6, 3E and DD. RGB value is (214,62,221). Sum of RGB (Red+Green+Blue) = 214+62+221=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 62 (24.61% from 255 or 12.47% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #D63EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63EDD is #29C122. Grayscale: #7D7D7D. Windows color (decimal): -2736419 or 14499542. OLE color: 14499542.

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

Color convert

RGB 214 62 221 -
CMYK 0.03 0.72 0 0.13
HSL 297.36º 0.7% 0.55% -
HSV(B) 297.36º 0.72% 0.87% -
XYZ 42.51 22.96 70.6 -
YUV 125.57 181.86 191.07 -
System Red Green Blue C M Y K H S L
Decimal 214 62 221 0.03 0.72 0 0.13 297.36 0.7 0.55
Hex D6 3E DD 3 48 0 D 129 46 37
Octal 326 76 335 3 110 0 15 451 106 67
Binary 11010110 111110 11011101 11 1001000 0 1101 100101001 1000110 110111

Color Harmonies of #D63EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63EDD

Black with #D63EDD

Text Example


Text Example

White with #D63EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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