Html Css Color HEX #D63FDA Free Speech Magenta

📋 copy color: '#D63FDA'

red 214 ◦ green 63 ◦ blue 218

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

Shades of Free Speech Magenta #D63FDA

Tints of Free Speech Magenta #D63FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.73%

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 43.23%
G = 12.73%
B = 44.04%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D63FDA (or 0xD63FDA) is known color: Free Speech Magenta. HEX triplet: D6, 3F and DA. RGB value is (214,63,218). Sum of RGB (Red+Green+Blue) = 214+63+218=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #D63FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D63FDA is #29C025. Grayscale: #7D7D7D. Windows color (decimal): -2736166 or 14303190. OLE color: 14303190.

HSL color Cylindrical-coordinate representation of color #D63FDA: hue angle of 298.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63FDA is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 63 218 -
CMYK 0.02 0.71 0 0.15
HSL 298.45º 0.68% 0.55% -
HSV(B) 298.45º 0.71% 0.85% -
XYZ 42.16 22.91 68.53 -
YUV 125.82 180.03 190.9 -
System Red Green Blue C M Y K H S L
Decimal 214 63 218 0.02 0.71 0 0.15 298.45 0.68 0.55
Hex D6 3F DA 2 47 0 F 12A 44 37
Octal 326 77 332 2 107 0 17 452 104 67
Binary 11010110 111111 11011010 10 1000111 0 1111 100101010 1000100 110111

Color Harmonies of #D63FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63FDA

Black with #D63FDA

Text Example


Text Example

White with #D63FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63FDA; }

 p { color: rgb(214,63,218); }

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

background-color css

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

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

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

border-color css

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

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

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