Html Css Color HEX #D63CD4 Free Speech Magenta

📋 copy color: '#D63CD4'

red 214 ◦ green 60 ◦ blue 212

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

Shades of Free Speech Magenta #D63CD4

Tints of Free Speech Magenta #D63CD4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.35%

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

R = 44.03%
G = 12.35%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D63CD4 (or 0xD63CD4) is known color: Free Speech Magenta. HEX triplet: D6, 3C and D4. RGB value is (214,60,212). Sum of RGB (Red+Green+Blue) = 214+60+212=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D63CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63CD4 is #29C32B. Grayscale: #7A7A7A. Windows color (decimal): -2736940 or 13909206. OLE color: 13909206.

HSL color Cylindrical-coordinate representation of color #D63CD4: 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.72%. Process color model (Four color, CMYK) of #D63CD4 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 60 212 -
CMYK 0 0.72 0.01 0.16
HSL 300.78º 0.65% 0.54% -
HSV(B) 300.78º 0.72% 0.84% -
XYZ 41.23 22.28 64.41 -
YUV 123.37 178.02 192.64 -
System Red Green Blue C M Y K H S L
Decimal 214 60 212 0 0.72 0.01 0.16 300.78 0.65 0.54
Hex D6 3C D4 0 48 1 10 12D 41 36
Octal 326 74 324 0 110 1 20 455 101 66
Binary 11010110 111100 11010100 0 1001000 1 10000 100101101 1000001 110110

Color Harmonies of #D63CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CD4

Black with #D63CD4

Text Example


Text Example

White with #D63CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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