Html Css Color HEX #D63DEE Free Speech Magenta

📋 copy color: '#D63DEE'

red 214 ◦ green 61 ◦ blue 238

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

Shades of Free Speech Magenta #D63DEE

Tints of Free Speech Magenta #D63DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 41.72%
G = 11.89%
B = 46.39%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D63DEE (or 0xD63DEE) is known color: Free Speech Magenta. HEX triplet: D6, 3D and EE. RGB value is (214,61,238). Sum of RGB (Red+Green+Blue) = 214+61+238=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #D63DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63DEE is #29C211. Grayscale: #7E7E7E. Windows color (decimal): -2736658 or 15613398. OLE color: 15613398.

HSL color Cylindrical-coordinate representation of color #D63DEE: hue angle of 291.86º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63DEE is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 61 238 -
CMYK 0.10 0.74 0 0.07
HSL 291.86º 0.84% 0.59% -
HSV(B) 291.86º 0.74% 0.93% -
XYZ 44.83 23.81 83.12 -
YUV 126.93 190.69 190.11 -
System Red Green Blue C M Y K H S L
Decimal 214 61 238 0.10 0.74 0 0.07 291.86 0.84 0.59
Hex D6 3D EE A 4A 0 7 124 54 3B
Octal 326 75 356 12 112 0 7 444 124 73
Binary 11010110 111101 11101110 1010 1001010 0 111 100100100 1010100 111011

Color Harmonies of #D63DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DEE

Black with #D63DEE

Text Example


Text Example

White with #D63DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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