Html Css Color HEX #D63CFD Free Speech Magenta

📋 copy color: '#D63CFD'

red 214 ◦ green 60 ◦ blue 253

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

Shades of Free Speech Magenta #D63CFD

Tints of Free Speech Magenta #D63CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 40.61%
G = 11.39%
B = 48.01%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D63CFD (or 0xD63CFD) is known color: Free Speech Magenta. HEX triplet: D6, 3C and FD. RGB value is (214,60,253). Sum of RGB (Red+Green+Blue) = 214+60+253=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 60 (23.83% from 255 or 11.39% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #D63CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63CFD is #29C302. Grayscale: #7F7F7F. Windows color (decimal): -2736899 or 16596182. OLE color: 16596182.

HSL color Cylindrical-coordinate representation of color #D63CFD: hue angle of 287.88º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D63CFD is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 60 253 -
CMYK 0.15 0.76 0 0.01
HSL 287.88º 0.98% 0.61% -
HSV(B) 287.88º 0.76% 0.99% -
XYZ 47.08 24.62 95.2 -
YUV 128.05 198.52 189.31 -
System Red Green Blue C M Y K H S L
Decimal 214 60 253 0.15 0.76 0 0.01 287.88 0.98 0.61
Hex D6 3C FD F 4C 0 1 120 62 3D
Octal 326 74 375 17 114 0 1 440 142 75
Binary 11010110 111100 11111101 1111 1001100 0 1 100100000 1100010 111101

Color Harmonies of #D63CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CFD

Black with #D63CFD

Text Example


Text Example

White with #D63CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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