Html Css Color HEX #D63DD6 Free Speech Magenta

📋 copy color: '#D63DD6'

red 214 ◦ green 61 ◦ blue 214

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

Shades of Free Speech Magenta #D63DD6

Tints of Free Speech Magenta #D63DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 43.76%
G = 12.47%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D63DD6 (or 0xD63DD6) is known color: Free Speech Magenta. HEX triplet: D6, 3D and D6. RGB value is (214,61,214). Sum of RGB (Red+Green+Blue) = 214+61+214=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D63DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DD6 is #29C229. Grayscale: #7B7B7B. Windows color (decimal): -2736682 or 14040534. OLE color: 14040534.

HSL color Cylindrical-coordinate representation of color #D63DD6: hue angle of 300º 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 #D63DD6 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 61 214 -
CMYK 0 0.71 0 0.16
HSL 300º 0.65% 0.54% -
HSV(B) 300º 0.71% 0.84% -
XYZ 41.54 22.49 65.77 -
YUV 124.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 214 61 214 0 0.71 0 0.16 300 0.65 0.54
Hex D6 3D D6 0 47 0 10 12C 41 36
Octal 326 75 326 0 107 0 20 454 101 66
Binary 11010110 111101 11010110 0 1000111 0 10000 100101100 1000001 110110

Color Harmonies of #D63DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DD6

Black with #D63DD6

Text Example


Text Example

White with #D63DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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