Html Css Color HEX #D63CFB Free Speech Magenta

📋 copy color: '#D63CFB'

red 214 ◦ green 60 ◦ blue 251

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

Shades of Free Speech Magenta #D63CFB

Tints of Free Speech Magenta #D63CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 40.76%
G = 11.43%
B = 47.81%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D63CFB (or 0xD63CFB) is known color: Free Speech Magenta. HEX triplet: D6, 3C and FB. RGB value is (214,60,251). Sum of RGB (Red+Green+Blue) = 214+60+251=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 60 (23.83% from 255 or 11.43% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #D63CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63CFB is #29C304. Grayscale: #7F7F7F. Windows color (decimal): -2736901 or 16465110. OLE color: 16465110.

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

Color convert

RGB 214 60 251 -
CMYK 0.15 0.76 0 0.02
HSL 288.38º 0.96% 0.61% -
HSV(B) 288.38º 0.76% 0.98% -
XYZ 46.76 24.49 93.53 -
YUV 127.82 197.52 189.47 -
System Red Green Blue C M Y K H S L
Decimal 214 60 251 0.15 0.76 0 0.02 288.38 0.96 0.61
Hex D6 3C FB F 4C 0 2 120 60 3D
Octal 326 74 373 17 114 0 2 440 140 75
Binary 11010110 111100 11111011 1111 1001100 0 10 100100000 1100000 111101

Color Harmonies of #D63CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63CFB

Black with #D63CFB

Text Example


Text Example

White with #D63CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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