Html Css Color HEX #D63DD4 Free Speech Magenta

📋 copy color: '#D63DD4'

red 214 ◦ green 61 ◦ blue 212

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

Shades of Free Speech Magenta #D63DD4

Tints of Free Speech Magenta #D63DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.53%

R = 43.94%
G = 12.53%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D63DD4 (or 0xD63DD4) is known color: Free Speech Magenta. HEX triplet: D6, 3D and D4. RGB value is (214,61,212). Sum of RGB (Red+Green+Blue) = 214+61+212=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D63DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DD4 is #29C22B. Grayscale: #7B7B7B. Windows color (decimal): -2736684 or 13909462. OLE color: 13909462.

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

Color convert

RGB 214 61 212 -
CMYK 0 0.71 0.01 0.16
HSL 300.78º 0.65% 0.54% -
HSV(B) 300.78º 0.71% 0.84% -
XYZ 41.28 22.39 64.43 -
YUV 123.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 214 61 212 0 0.71 0.01 0.16 300.78 0.65 0.54
Hex D6 3D D4 0 47 1 10 12D 41 36
Octal 326 75 324 0 107 1 20 455 101 66
Binary 11010110 111101 11010100 0 1000111 1 10000 100101101 1000001 110110

Color Harmonies of #D63DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DD4

Black with #D63DD4

Text Example


Text Example

White with #D63DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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