Html Css Color HEX #D63DDF Free Speech Magenta

📋 copy color: '#D63DDF'

red 214 ◦ green 61 ◦ blue 223

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

Shades of Free Speech Magenta #D63DDF

Tints of Free Speech Magenta #D63DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 42.97%
G = 12.25%
B = 44.78%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D63DDF (or 0xD63DDF) is known color: Free Speech Magenta. HEX triplet: D6, 3D and DF. RGB value is (214,61,223). Sum of RGB (Red+Green+Blue) = 214+61+223=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 61 (24.22% from 255 or 12.25% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #D63DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63DDF is #29C220. Grayscale: #7C7C7C. Windows color (decimal): -2736673 or 14630358. OLE color: 14630358.

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

Color convert

RGB 214 61 223 -
CMYK 0.04 0.73 0 0.13
HSL 296.67º 0.72% 0.56% -
HSV(B) 296.67º 0.73% 0.87% -
XYZ 42.72 22.96 71.99 -
YUV 125.22 183.19 191.33 -
System Red Green Blue C M Y K H S L
Decimal 214 61 223 0.04 0.73 0 0.13 296.67 0.72 0.56
Hex D6 3D DF 4 49 0 D 129 48 38
Octal 326 75 337 4 111 0 15 451 110 70
Binary 11010110 111101 11011111 100 1001001 0 1101 100101001 1001000 111000

Color Harmonies of #D63DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63DDF

Black with #D63DDF

Text Example


Text Example

White with #D63DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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